duy 9 ヶ月 前
コミット
0735f4b1a0
1 ファイル変更8 行追加0 行削除
  1. 8 0
      src/views/project/list/wbs-tree.vue

+ 8 - 0
src/views/project/list/wbs-tree.vue

@@ -1078,6 +1078,14 @@ const nodeParamClick = () => {
     }
     nodeParamShow.value = true;
 };
+//独立表单库
+const independentShow = ref(false);
+const independentClose = () => {
+    independentShow.value = false;
+};
+const toIndependent = () => {
+    independentShow.value = true;
+};
 </script>
 
 <style scoped lang="scss">