|
@@ -2691,7 +2691,10 @@ const inputVal = ref('')
|
|
|
|
|
|
const getNodeNameConfigData = async () => {
|
|
const getNodeNameConfigData = async () => {
|
|
const { data } = await divisionApi.getNodeNameConfig({ pKeyId:treeItemInfo.value?.primaryKeyId })
|
|
const { data } = await divisionApi.getNodeNameConfig({ pKeyId:treeItemInfo.value?.primaryKeyId })
|
|
- inputVal.value = getArrValue(data)
|
|
|
|
|
|
+ titleSetValue.value = getArrValue(data)
|
|
|
|
+ if (titleSetValue.value.length > 0) {
|
|
|
|
+ refreshName() //
|
|
|
|
+ }
|
|
|
|
|
|
}
|
|
}
|
|
// 添加 firstTree ref
|
|
// 添加 firstTree ref
|