Commit fda82484 authored by mengcheng's avatar mengcheng

修改主体样式

parent 5ed114fc
......@@ -516,6 +516,7 @@ export default {
this.tableData = []
this.$u.api.getTaskList({
workstationId: this.vuex_workstation.workstationId,
status: 'ISSUEGENERATED'
}).then(res => {
if (res.code === 200) {
this.tableData = res.rows;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment