Browse Source

提交代码

朱鑫波 4 years ago
parent
commit
544751a7f7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/modules/advertiser/UserAllocationList.vue

+ 2 - 0
src/views/modules/advertiser/UserAllocationList.vue

@@ -408,6 +408,8 @@ export default {
         (res) => {
         (res) => {
           if (res.success) {
           if (res.success) {
             this.loadData()
             this.loadData()
+          }else{
+            this.$message.error('更新数据失败,请稍后重试!!!')
           }
           }
         }
         }
       )
       )