邀约
This commit is contained in:
@@ -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('生成成功');
|
||||||
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 删除操作
|
// 删除操作
|
||||||
|
|||||||
Reference in New Issue
Block a user