Переглянути джерело

Merge branch 'develop_yh48-2' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into develop_yh48-2

chenrui 8 місяців тому
батько
коміт
7936c349eb

+ 1 - 1
public/version.json

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

+ 3 - 1
src/views/salesManagement/salesman/editModal.vue

@@ -227,7 +227,9 @@ export default {
     //  重定义的弹框状态
     //  重定义的弹框状态
     isShow (newValue, oldValue) {
     isShow (newValue, oldValue) {
       if (!newValue) {
       if (!newValue) {
-        this.$refs.ruleForm.resetFields()
+        if (!this.isView) {
+          this.$refs.ruleForm.resetFields()
+        }
         this.$emit('close')
         this.$emit('close')
       }
       }
     },
     },