Commit 241b2454 authored by 沈翠玲's avatar 沈翠玲

修改模拟数据

parent e6e32f38
...@@ -2597,7 +2597,7 @@ export default { ...@@ -2597,7 +2597,7 @@ export default {
const taskInfo = this.tableSelectData[0]; const taskInfo = this.tableSelectData[0];
this.$u.api.recoilMaterialList({ taskId: taskInfo.taskId, processId: taskInfo.processId }).then((res) => { this.$u.api.recoilMaterialList({ taskId: taskInfo.taskId, processId: taskInfo.processId }).then((res) => {
if (res.code === 200) { if (res.code === 200) {
t.recoilMaterialDetailList = [...res.data, ...res.data,...res.data,...res.data,...res.data,...res.data,...res.data,...res.data,...res.data,...res.data,...res.data,...res.data]; t.recoilMaterialDetailList = res.data
if (bool) { if (bool) {
t.$u.toast('保存成功'); t.$u.toast('保存成功');
} }
......
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