属性组和商品规格的状态的修改

cloud-ui
刘河平 2024-11-15 20:53:15 +08:00
parent b09cb3270e
commit edb3978432
1 changed files with 83 additions and 81 deletions

View File

@ -331,6 +331,7 @@ export default {
this.resetForm("queryForm");
this.handleQuery();
},
//
handleSelectionChange(selection) {
this.ids = selection.map(item => item.id)
@ -390,7 +391,8 @@ export default {
}).then(() => {
this.getList();
this.$modal.msgSuccess("删除成功");
}).catch(() => {});
}).catch(() => {
});
},
/** 导出按钮操作 */
handleExport() {