存在隐患处理

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

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

Loading…
Cancel
Save