This commit is contained in:
曹辉 2023-01-29 17:07:56 +08:00
parent c5a4275067
commit beaa0ca221

View File

@ -495,7 +495,7 @@ export default {
}, },
/** 新增按钮操作 */ /** 新增按钮操作 */
handleAdd() { handleAdd() {
// this.reset(); this.reset();
this.open = true; this.open = true;
this.title = "添加商品分类信息"; this.title = "添加商品分类信息";
// if (this.queryParams.parentId != 0) { // if (this.queryParams.parentId != 0) {
@ -529,7 +529,6 @@ export default {
this.$modal.msgSuccess("修改成功"); this.$modal.msgSuccess("修改成功");
++this.isResouceShow; ++this.isResouceShow;
this.open = false; this.open = false;
this.queryParams.pageNum = 1;
this.getList(); this.getList();
this.info(); this.info();
}); });
@ -538,7 +537,6 @@ export default {
this.$modal.msgSuccess("新增成功"); this.$modal.msgSuccess("新增成功");
++this.isResouceShow; ++this.isResouceShow;
this.open = false; this.open = false;
this.queryParams.pageNum = 1;
this.getList(); this.getList();
this.info(); this.info();
}); });