Commit 51d7a906 by zhangzhijie

侦察指令续报修改bug修复

parent d6ca0649
......@@ -575,6 +575,7 @@ export default {
},
backXG() {
console.log(this.HBform)
let params = new FormData()
params.append('hbnr', this.HBform.hbnr)
params.append('hbbh', this.HBform.hbbh)
......@@ -734,6 +735,7 @@ export default {
if (res.success && res.code == 200) {
this.HB = '回报修改或续报修改';
this.HBform.hbnr = res.data.hbnr;
this.HBform.hbbh = res.data.hbbh;
if (res.data.fjList.length) {
this.HBform.HBform = res.data.fjList;
this.fileArr = [
......@@ -744,7 +746,7 @@ export default {
}
]
}
this.HBform['hbbh'] = res.data.hbbh;
//this.HBform['hbbh'] = res.data.hbbh;
} else {
this.$message.error(res.message);
}
......@@ -755,6 +757,7 @@ export default {
if (res.success && res.code == 200) {
this.HB = '回报修改或续报修改';
this.HBform.hbnr = res.data.hbnr;
this.HBform.hbbh = res.data.hbbh;
if (res.data.fjList.length) {
this.HBform.HBform = res.data.fjList;
this.fileArr = [
......@@ -765,7 +768,7 @@ export default {
}
]
}
this.HBform['hbbh'] = res.data.hbbh;
//this.HBform['hbbh'] = res.data.hbbh;
} else {
this.$message.error(res.message);
}
......
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