ZaiZai 1 سال پیش
والد
کامیت
b633a71588
2فایلهای تغییر یافته به همراه10 افزوده شده و 2 حذف شده
  1. 1 1
      src/config/index.json
  2. 9 1
      src/views/data-fill/wbs.vue

+ 1 - 1
src/config/index.json

@@ -1,6 +1,6 @@
 {
     "version": "20230607160059",
-    "target": "http://192.168.0.109:8090",
+    "target": "http://47.110.251.215:8090",
     "smsPhone": "",
     "vite": {
         "port": 5174,

+ 9 - 1
src/views/data-fill/wbs.vue

@@ -1103,7 +1103,15 @@ const getDictionaryApi = async () => {
 }
 
 const formEditNodeRef = ref(null)
-const formEditNodeModel = ref({})
+const formEditNodeModel = ref({
+    title: '',
+    parent: {
+        title: '',
+    },
+    nodeType: null,
+    partitionCode: '',
+    position: '',
+})
 const formEditNodeRules = {
     title: {
         required: true,