保存后返回列表

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

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

Loading…
Cancel
Save