Browse Source

修改bug

chenrui 1 month ago
parent
commit
0ef4109f7a

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
 {
   "message": "发现有新版本发布,确定更新系统?",
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
   "vendorJsVersion": "",
-  "version": 1745310552512
+  "version": 1745313898697
 }
 }

+ 0 - 1
src/views/salesManagement/salesQuery/chooseCustomModal.vue

@@ -373,7 +373,6 @@ export default {
     getDetail () {
     getDetail () {
       this.spinning = true
       this.spinning = true
       custFindById({ id: this.custId }).then(res => {
       custFindById({ id: this.custId }).then(res => {
-        debugger
         const data = res.data
         const data = res.data
         if (res.status == 200 && data) {
         if (res.status == 200 && data) {
           if (data.provinceSn) { this.getArea('city', data.provinceSn) }
           if (data.provinceSn) { this.getArea('city', data.provinceSn) }