duy 9 bulan lalu
induk
melakukan
0735f4b1a0
1 mengubah file dengan 8 tambahan dan 0 penghapusan
  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">