@@ -1,6 +1,6 @@
{
"version": "20230607160059",
- "target": "http://192.168.0.109:8090",
+ "target": "http://47.110.251.215:8090",
"smsPhone": "",
"vite": {
"port": 5174,
@@ -1103,7 +1103,15 @@ const getDictionaryApi = async () => {
}
const formEditNodeRef = ref(null)
-const formEditNodeModel = ref({})
+const formEditNodeModel = ref({
+ title: '',
+ parent: {
+ },
+ nodeType: null,
+ partitionCode: '',
+ position: '',
+})
const formEditNodeRules = {
title: {
required: true,