8
0
duy 9 месяцев назад
Родитель
Сommit
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">