ZaiZai 10 months ago
parent
commit
3cc6c0c17f

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240508113533"
+  "value": "20240508113637"
 }

+ 0 - 10
scripts/cache.json

@@ -1,10 +0,0 @@
-{
-    "version": "20230607160059",
-    "target1": "http://192.168.0.109:8090",
-    "target": "http://192.168.0.125:8090",
-    "smsPhone": "",
-    "vite": {
-        "port": 5180,
-        "host": "0.0.0.0"
-    }
-}

+ 9 - 6
src/config/index.json

@@ -1,7 +1,10 @@
 {
-  "version": "20240508113533",
-  "target1": "http://192.168.0.109:8090",
-  "target": "http://127.0.0.1:8090",
-  "smsPhone": "",
-  "vite": {}
-}
+    "version": "20230607160059",
+    "target1": "http://192.168.0.109:8090",
+    "target": "http://192.168.0.125:8090",
+    "smsPhone": "",
+    "vite": {
+        "port": 5180,
+        "host": "0.0.0.0"
+    }
+}

+ 1 - 1
src/views/debit-pay/material/components/material/dataModal.vue

@@ -520,7 +520,7 @@ const deselectTimePrice = () => {
 
 //可调量失去焦点
 const changeTotalBlur = (row) => {
-    const { meterTotal, changeTotal } = row
+    const { meterTotal, changeTotal } = deepClone(row)
     if (!isNumberReg(changeTotal)) {
         row.changeTotal = meterTotal
         window.$message.warning('请输入正确的可调量')