Commit 5a7ab1b7 by xue_wengang

Update ptCxForm_components.vue

parent 078c9785
......@@ -837,7 +837,7 @@ export default {
zdyCodeTxt: str2,
}).then((res) => {
self.$message.success("修改成功");
self.doQuery('yes')
self.doQuery("yes");
self.dialogTableVisibleEdit = false;
});
} else {
......@@ -930,13 +930,15 @@ export default {
if (self.pageBs != "zdryGl" && self.pageBs != "dytj") {
self.$emit("edit", scope);
} else {
console.log(this.cxQueryField)
self.allZdyCode.forEach((subitem) => {
self.$set(subitem, "disabled", false);
});
self.allZdyCode = this.cxQueryField[9].selectData;
self.zdyCodeEdit = [];
self.dialogTableVisibleEdit = true;
let arr = [];
if (scope.row.zdyCode.length > 0) {
arr = scope.row.code.split("#").splice(1);
arr = scope.row.zdyCode.split("#").splice(1);
arr.forEach((subitem) => {
self.zdyCodeEdit.push(subitem);
let index = self.allZdyCode.findIndex(
......
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