保存后返回列表

main
zhangqun 11 months ago
parent 2b54d07cc2
commit 7b7f88326e
  1. 22
      pages/investigation/task.vue

@ -947,16 +947,16 @@
businessId: this.businessId, businessId: this.businessId,
extraConfigs: extraConfigs, extraConfigs: extraConfigs,
describe:describe, describe:describe,
// describe: [{ // describe: [{
// "bigCategory": "1", // "bigCategory": "1",
// "bigCategoryName": "线", // "bigCategoryName": "线",
// "smallCategory": "2", // "smallCategory": "2",
// "smallCategoryName": "线", // "smallCategoryName": "线",
// "hdTerm": "4", // "hdTerm": "4",
// "hdTermName": "", // "hdTermName": "",
// "hdDesc": "", // "hdDesc": "",
// "hdPic": "", // "hdPic": "",
// "hdInfo": "" // "hdInfo": ""
// }], // }],
temporary, temporary,
}, },
@ -968,7 +968,7 @@
this.$.toast("保存成功"); this.$.toast("保存成功");
setTimeout(() => { setTimeout(() => {
uni.navigateBack({ uni.navigateBack({
delta: 1, // 1 delta: 2, // 1
}); });
}, 1000); }, 1000);

Loading…
Cancel
Save