Browse Source

修改bug

chenrui 3 months ago
parent
commit
41a0ffc24e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/numsGoodsShelves/customerAccount/zeroClearingModal.vue

+ 1 - 1
src/views/numsGoodsShelves/customerAccount/zeroClearingModal.vue

@@ -53,7 +53,7 @@ export default {
     handleSave () {
       const _this = this
       if (!_this.accountType) {
-        _this.$message.waining('请选择清空目标')
+        _this.$message.warning('请选择清空目标')
         return
       }
       const ajaxData = _this.accountType.map(con => {