This commit is contained in:
zcx
2023-10-19 17:39:12 +08:00
parent f8eda78cf7
commit ed848edfd9

View File

@@ -110,7 +110,10 @@ export default {
}, },
handleCreate(item){ handleCreate(item){
schoolApi.createCode(item.schoolId).then(resp => { schoolApi.createCode(item.schoolId).then(resp => {
console.log(resp) if (resp.code === 200) {
this.getPageList();
this.$modal.msgSuccess('生成成功');
}
}) })
}, },
// 删除操作 // 删除操作