Browse Source

修改显示问题

lex-xin 4 years ago
parent
commit
a9c1020cba

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 1 - 0
dist/static/css/chunk-0889504e.afa9475a.css

@@ -0,0 +1 @@
+.el-input[data-v-6a4e8a23],.el-select[data-v-6a4e8a23],.el-textarea[data-v-6a4e8a23]{width:100%!important}.el-button--primary[data-v-6a4e8a23],.el-button--primary[data-v-6a4e8a23]:active,.el-button--primary[data-v-6a4e8a23]:focus,.el-button--primary[data-v-6a4e8a23]:hover{background:#14928a;border-color:#14928a;color:#fff}[data-v-6a4e8a23] .avatar-uploader .el-upload{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}[data-v-6a4e8a23] .avatar-uploader .el-upload:hover{border-color:#409eff}.uploadFile[data-v-6a4e8a23] .el-input__inner{padding:0;height:40px;line-height:32px}.avatar-uploader-icon[data-v-6a4e8a23]{font-size:28px;color:#8c939d;width:178px;height:178px;line-height:178px;text-align:center}.avatar[data-v-6a4e8a23]{width:178px;height:178px;display:block}

+ 0 - 1
dist/static/css/chunk-e91d7154.36403654.css

@@ -1 +0,0 @@
-.el-input[data-v-52b12366],.el-select[data-v-52b12366],.el-textarea[data-v-52b12366]{width:100%!important}.el-button--primary[data-v-52b12366],.el-button--primary[data-v-52b12366]:active,.el-button--primary[data-v-52b12366]:focus,.el-button--primary[data-v-52b12366]:hover{background:#14928a;border-color:#14928a;color:#fff}[data-v-52b12366] .avatar-uploader .el-upload{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}[data-v-52b12366] .avatar-uploader .el-upload:hover{border-color:#409eff}.uploadFile[data-v-52b12366] .el-input__inner{padding:0;height:40px;line-height:32px}.avatar-uploader-icon[data-v-52b12366]{font-size:28px;color:#8c939d;width:178px;height:178px;line-height:178px;text-align:center}.avatar[data-v-52b12366]{width:178px;height:178px;display:block}

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.44a3ef7e.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-0889504e.596d3b7b.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-e91d7154.b4142359.js


+ 6 - 3
src/views/adapayAccount/form.vue

@@ -205,6 +205,9 @@ export default {
             const query = this.$route.query
             this.payType = query.type
             this.row = query.row ? JSON.parse(query.row) : {}
+            this.files = null
+            this.fileList = []
+            this.form.multipartFile = null
             if(this.payType == 'update') {
                 const row = this.row
                 this.id = row.id
@@ -250,9 +253,6 @@ export default {
                 //     multipartFile: null,
                 //     zipCode: null
                 // }
-                this.files = null
-                this.fileList = []
-                this.form.multipartFile = null
                 this.$refs["accountForm"].resetFields()
             }
         },
@@ -323,6 +323,9 @@ export default {
             })
         },
         onCancel () {
+            this.files = null
+            this.fileList = []
+            this.form.multipartFile = null
             this.$router.push({
                 path: "/insideSetting/adapayManager"
             });

Some files were not shown because too many files changed in this diff