Explorar el Código

Merge branch 'develop_yh56_5' of jianguan-web/qpls-md-html into pre-release

李磊 hace 1 mes
padre
commit
435a1e913a

+ 1 - 1
public/version.json

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

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

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