|
@@ -386,6 +386,7 @@
|
|
|
v-model="isDrawer"
|
|
|
to-id="wbs-node-tree-card-target"
|
|
|
@close="drawerClose"
|
|
|
+ isClose
|
|
|
>
|
|
|
<!-- 清表列表 -->
|
|
|
<el-scrollbar
|
|
@@ -412,7 +413,7 @@
|
|
|
@renew="getTableDataAll"
|
|
|
/>
|
|
|
</el-scrollbar>
|
|
|
- <hc-status v-else text="暂无表单" />
|
|
|
+ <hc-empty v-else text="暂无表单" />
|
|
|
<!-- 底部按钮区域 -->
|
|
|
<template #action>
|
|
|
<hc-tooltip v-if="NodeStatus !== '3'" keys="wbs_save">
|
|
@@ -3426,7 +3427,7 @@ const sortFormSubmit = async () => {
|
|
|
}
|
|
|
|
|
|
//文件题名
|
|
|
-const titleInput = ref('ZP106(1204)喷播绿化分项工程质量检验评定表')
|
|
|
+const titleInput = ref('')
|
|
|
|
|
|
//节点基础数据
|
|
|
const nodeBaseDataModalDialog = ref(false)
|
|
@@ -3464,6 +3465,7 @@ const getOrSaveNodeBaseInfo = async ()=>{
|
|
|
if (!error && code === 200) {
|
|
|
console.log(data, 'data')
|
|
|
autoFormData.value = getObjValue(data)
|
|
|
+ window?.$message?.success(msg)
|
|
|
}
|
|
|
}
|
|
|
const nodeBaseDataModalClose = ()=>{
|