存在隐患处理

main
limingtao 1 year ago
parent 183dee6412
commit 34d3e524ee
  1. 23
      pages/investigation/task.vue

@ -940,7 +940,18 @@
...this.formData,
businessId: this.businessId,
extraConfigs: extraConfigs,
describe: describe,
describe:describe,
// describe: [{
// "bigCategory": "1",
// "bigCategoryName": "线",
// "smallCategory": "2",
// "smallCategoryName": "线",
// "hdTerm": "4",
// "hdTermName": "",
// "hdDesc": "",
// "hdPic": "",
// "hdInfo": ""
// }],
temporary,
},
"POST"
@ -949,11 +960,11 @@
console.log(res);
if (res.code === 200) {
this.$.toast("保存成功");
// setTimeout(() => {
// uni.navigateBack({
// delta: 1, // 1
// });
// }, 1000);
setTimeout(() => {
uni.navigateBack({
delta: 1, // 1
});
}, 1000);
// this.data = res.result;
// this.rname = this.data[0].name;

Loading…
Cancel
Save