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