Commit d54895c8e09c190fbd36340dd539673eb306bb22
1 parent
c107d09c
删除假数据;
Showing
1 changed file
with
1 additions
and
1 deletions
src/mes/scheduledTasks/machineTasks/index.js
| @@ -521,7 +521,7 @@ const MachineTasks = baseProps => { | @@ -521,7 +521,7 @@ const MachineTasks = baseProps => { | ||
| 521 | // 顶部表格配置 | 521 | // 顶部表格配置 |
| 522 | const tableProps = { | 522 | const tableProps = { |
| 523 | ...commonBusiness.getTableTypes("slave0", props), | 523 | ...commonBusiness.getTableTypes("slave0", props), |
| 524 | - data: [{ sId: "123" }], | 524 | + // data: [{ sId: "123" }], |
| 525 | tableProps: { | 525 | tableProps: { |
| 526 | onChange: () => {}, | 526 | onChange: () => {}, |
| 527 | loading: isTableLoading | 527 | loading: isTableLoading |