Commit 602013d3 by liyuhang19990520

新增案件跳转编辑bug 复制条码bug

parent bb409092
......@@ -422,6 +422,9 @@ export default {
if (response.data.code === 0) {
this.$message.success("新增成功");
this.dialogVisible = false;
this.$store.commit('layout/delcachePageName', 'ajzwbj');
reqParam.caseBase.logicDatabaseCode = reqParam.logicList.join(',')
this.$store.commit('ajdaxx/setAjInfo', reqParam.caseBase)
this.$router.push({
path: "/ajzwbj/" + "xz" + "/" + this.ruleForm.ysxtAsjbh,
query: {
......
......@@ -1126,7 +1126,6 @@ export default {
self.copyNum.push(val.barcode);
})
}
this.copyNum = this.copyNum.join(",");
} else if (self.showType == 3) {
if (item.pcImportRecordGrandchildren == null) {
self.copyNum.push(item.barcode);
......@@ -1135,7 +1134,6 @@ export default {
self.copyNum.push(val.barcode);
})
}
this.copyNum = this.copyNum.join(",");
} else if (self.showType == 2) {
console.log(item)
if (item.affirmImportRecordGrandchildren == null) {
......@@ -1151,7 +1149,7 @@ export default {
}
}
});
this.copyNum = this.copyNum.join(",");
}
// else if (this.multipleSelection.length === 1) {
// this.copyNum = this.multipleSelection[0].copyNum;
......
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