瀏覽代碼

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

李磊 1 月之前
父節點
當前提交
435a1e913a
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 1 1
      public/version.json
  2. 0 1
      src/views/salesManagement/salesQuery/chooseCustomModal.vue

+ 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) }