소스 검색

提交代码

朱鑫波 5 년 전
부모
커밋
544751a7f7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/modules/advertiser/UserAllocationList.vue

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

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