Gitea 1 year ago
parent 0b25429b72
commit ee7791a28b
  1. 7
      ant-design-vue-jeecg/src/views/requiremententity/RequirementEntityList.vue

@ -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)=>{

Loading…
Cancel
Save