Browse Source

前端:eslint

baichengfei 4 năm trước cách đây
mục cha
commit
ac003f35bf

+ 4 - 4
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/_opera/goodsdataopera.vue

@@ -3967,16 +3967,16 @@
       recallApplyConfirm () {
         if (!this.auditform.AuditRemark) {
           this.$message({
-                    duration: 10000,
-                    type: 'warning',
+            duration: 10000,
+            type: 'warning',
             message: '请输入撤回原因!'
           })
           return false
         }
         if (this.auditform.AuditRemark.trim().length < 2) {
           this.$message({
-                    duration: 10000,
-                    type: 'warning',
+            duration: 10000,
+            type: 'warning',
             message: '撤回原因不能少于2个字!'
           })
           return false