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