罗斌杰 11 months ago
parent
commit
1e1e393fb3
  1. 4
      src/views/fee-settings/Item.vue

4
src/views/fee-settings/Item.vue

@ -2029,6 +2029,9 @@ export default {
this.$message.warning("请选择操作的数据"); this.$message.warning("请选择操作的数据");
} else { } else {
this.rurestdialogVisible = true; this.rurestdialogVisible = true;
if(this.$refs.customerOrgTree){
this.$refs.customerOrgTree.setCheckedKeys([]);
}
getapi(`/api/app/item-result-template/in-item-id/${this.form.id}`).then( getapi(`/api/app/item-result-template/in-item-id/${this.form.id}`).then(
(res) => { (res) => {
if (res.code != -1) { if (res.code != -1) {
@ -2058,7 +2061,6 @@ export default {
defaultExpandedKeys.push(e.itemBigtextResultTypeId) defaultExpandedKeys.push(e.itemBigtextResultTypeId)
}) })
this.defaultExpandedKeys = defaultExpandedKeys; this.defaultExpandedKeys = defaultExpandedKeys;
console.log(this.defaultExpandedKeys)
} }
} }

Loading…
Cancel
Save