|
|
@ -216,17 +216,10 @@ |
|
|
|
for (var a = 0; a < hbsj.length; a++) { |
|
|
|
for (var a = 0; a < hbsj.length; a++) { |
|
|
|
ids += hbsj[a] + ","; |
|
|
|
ids += hbsj[a] + ","; |
|
|
|
} |
|
|
|
} |
|
|
|
console.log(ids) |
|
|
|
|
|
|
|
this.$refs.modalForm1.add(ids); |
|
|
|
this.$refs.modalForm1.add(ids); |
|
|
|
this.$refs.modalForm1.title = "合并"; |
|
|
|
this.$refs.modalForm1.title = "合并"; |
|
|
|
this.$refs.modalForm1.disableSubmit = false; |
|
|
|
this.$refs.modalForm1.disableSubmit = false; |
|
|
|
} |
|
|
|
} |
|
|
|
/* deleteAction(this.url.hb,{ids:ids}).then((res)=>{ |
|
|
|
|
|
|
|
if (res.success) { |
|
|
|
|
|
|
|
}else{ |
|
|
|
|
|
|
|
this.$message.warning(res.message); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
});*/ |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
fq(id){ |
|
|
|
fq(id){ |
|
|
|
getAction(this.url.fq,{id:id}).then((res)=>{ |
|
|
|
getAction(this.url.fq,{id:id}).then((res)=>{ |
|
|
|