@ -3,7 +3,7 @@ export const optionParent = {
calcHeight: 95,
tip: false,
searchShow: true,
searchMenuSpan: 8,
searchMenuSpan: 10,
tree: true,
border: true,
index: true,
@ -93,7 +93,7 @@ export const optionChild = {
searchMenuSpan: 6,
@ -211,6 +211,7 @@
});
},
handleRowClick(row) {
this.query = {};
this.parentId = row.id;
this.dictValue = row.dictValue;
this.$refs.crudChild.value.code = row.code;