daiqisheng 3 年 前
コミット
c67dc3ecb6
1 ファイル変更12 行追加0 行削除
  1. 12 0
      src/pages/main/performance/department.vue

+ 12 - 0
src/pages/main/performance/department.vue

@@ -880,6 +880,18 @@ export default {
                       page: this.page,
                       pageSize: this.rows,
                     });
+                  } else {
+                    this.$message({
+                      type: "error",
+                      message: desc,
+                    });
+                    this.handleCancel("visible");
+                    this.handleCancel("approve_visible");
+                    this.handleInit({
+                      ...this.table_search,
+                      page: this.page,
+                      pageSize: this.rows,
+                    });
                   }
                 });
               })