tangning 11 mesi fa
parent
commit
58f93f6a89

+ 3 - 3
src/locales/lang/json/en.json

@@ -480,8 +480,6 @@
             "copyTipsText": "Copy the scene, the scene belongs to the original camera. <br/>Are you sure you want to copy the scene?",
             "downErr": "Download failed",
             "transferTitle": "Transfer Scene",
-            "transferTips": "Please select the Transfer Scene!",
-            "transferSccuse": "Transfer Scene successful",
             "toSnCode": "Migrate to",
             "resetTips": "Is it recalculated?",
             "rules": {
@@ -489,7 +487,9 @@
                 "snCode1": "Chinese characters not supported"
             },
             "sceneAsync": "synchronized scene",
-            "timeList": "Authorization time"
+            "timeList": "Authorization time",
+            "transferTips": "Please select the Transfer Scene!",
+            "transferSccuse": "Transfer Scene successful"
         },
         "system": {
             "roleBut": "Permissions",

+ 2 - 2
src/locales/lang/json/zh.json

@@ -433,7 +433,7 @@
                 "0": "同步中",
                 "1": "同步成功",
                 "-2": "计算成功",
-                "-1": "同步失败",
+                "-1": "失败",
                 "-3": "封存"
             },
             "sceneAsync": "同步场景",
@@ -457,4 +457,4 @@
             }
         }
     }
-}
+}

+ 1 - 0
src/views/scene/modal/SyncModal.vue

@@ -203,6 +203,7 @@
       let addListFunc = () => {};
       const [register, { closeModal }] = useModalInner((data) => {
         console.log(data);
+        reload();
         data && onDataReceive(data);
       });
       function changeTable(val: string) {