|
@@ -98,7 +98,7 @@
|
|
|
<HcIcon name="add" />
|
|
|
<span>引用元素表</span>
|
|
|
</el-button>
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
hc-btn
|
|
|
color="#3EB1A5"
|
|
|
class="text-white"
|
|
@@ -106,7 +106,7 @@
|
|
|
>
|
|
|
<HcIcon name="edit-2" />
|
|
|
<span>节点命名配置</span>
|
|
|
- </el-button>
|
|
|
+ </el-button> -->
|
|
|
</template>
|
|
|
<HcTable
|
|
|
:column="tableProjectColumn"
|
|
@@ -582,12 +582,12 @@
|
|
|
<div class="left flex items-center">
|
|
|
<div class="mr-4">选中方式:</div>
|
|
|
<el-radio-group v-model="addTreeNodeType">
|
|
|
- <el-radio value="3">当前及子节点</el-radio>
|
|
|
+ <!-- <el-radio value="3">当前及子节点</el-radio> -->
|
|
|
<el-radio class="ml-4" value="2">
|
|
|
仅当前节点
|
|
|
</el-radio>
|
|
|
- <el-radio value="1">当前及父节点</el-radio>
|
|
|
- <!-- <el-radio value="1">当前及子节点</el-radio> -->
|
|
|
+ <!-- <el-radio value="1">当前及父节点</el-radio> -->
|
|
|
+ <el-radio value="1">当前及子节点</el-radio>
|
|
|
</el-radio-group>
|
|
|
</div>
|
|
|
<div class="right">
|
|
@@ -1843,8 +1843,8 @@ const copyContractNodeSubmitBusinessData = async (form, table, classify) => {
|
|
|
const addNodeModal = ref(false)
|
|
|
const addTreeNodeId = ref('')
|
|
|
const addTreeNodeOldId = ref('')
|
|
|
-// const addTreeNodeType = ref('1')
|
|
|
-const addTreeNodeType = ref('3')
|
|
|
+const addTreeNodeType = ref('1')
|
|
|
+// const addTreeNodeType = ref('3')
|
|
|
const isCustom = ref(null)
|
|
|
//新增自定义节点
|
|
|
const addNodeModalCus = ref(false)
|
|
@@ -2675,7 +2675,9 @@ const handleSuccess = (res) => {
|
|
|
window.$message.success(res.msg || '上传成功')
|
|
|
|
|
|
divisionImportDialog.value = false
|
|
|
+ setTimeout(()=>{
|
|
|
window?.location?.reload() //刷新页面
|
|
|
+ }, 1000)
|
|
|
} else {
|
|
|
window.$message.error(res.msg || '上传失败')
|
|
|
}
|