|
@@ -44,7 +44,9 @@
|
|
|
<el-button hc-btn type="danger" @click="nodeParamClick"
|
|
|
>节点参数</el-button
|
|
|
>
|
|
|
- <el-button hc-btn color="#626aef">独立表单库</el-button>
|
|
|
+ <el-button hc-btn color="#626aef" @click="toIndependent"
|
|
|
+ >独立表单库</el-button
|
|
|
+ >
|
|
|
<el-button hc-btn type="warning">归档文件时间</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -364,6 +366,13 @@
|
|
|
:scopeType="10"
|
|
|
>
|
|
|
</nodeParamDialog>
|
|
|
+ <!-- 独立表单库 -->
|
|
|
+ <independentPage
|
|
|
+ v-model="independentShow"
|
|
|
+ :wbsType="isType"
|
|
|
+ :projectId="projectInfo.id"
|
|
|
+ :wbsId="wbsId"
|
|
|
+ ></independentPage>
|
|
|
</hc-drawer>
|
|
|
</template>
|
|
|
|
|
@@ -382,6 +391,7 @@ import excelApi from "~api/exctab/exceltab";
|
|
|
import wbsTreeApi from "~api/wbs/tree";
|
|
|
import mainApi from "~api/wbs/private";
|
|
|
import nodeParamDialog from "../../desk/wbs/node-param-dialog.vue";
|
|
|
+import independentPage from "./independent/index.vue";
|
|
|
|
|
|
const props = defineProps({
|
|
|
type: {
|