Browse Source

查不到用户添加提示信息

wangrulan 2 years ago
parent
commit
cba892c6af
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/components/permissions/user/index.vue

+ 4 - 0
src/components/permissions/user/index.vue

@@ -602,6 +602,10 @@ export default {
             this.isHaveUser = true;
             this.isHaveUser = true;
             this.form.provinceId = -1;
             this.form.provinceId = -1;
             this.form.provinceName = '河北省';
             this.form.provinceName = '河北省';
+            this.$message({
+              type: "error",
+              message: res.message,
+            });
           } else {
           } else {
             this.$message({
             this.$message({
               type: "error",
               type: "error",