Browse Source

Merge branch 'feature/dev_sunjiatan' into test

test
zhaoyongnian 3 years ago
parent
commit
a2f966e4c9
  1. 2
      src/views/modules/base/community/communityTable.vue

2
src/views/modules/base/community/communityTable.vue

@ -385,7 +385,7 @@ export default {
this.yhymLoading = false
this.$message({
type: "success",
message: "删除成功"
message: "批量生成成功"
});
} else if (code > 8000) {
this.yhymLoading = false

Loading…
Cancel
Save