master
zcx 12 months ago
parent f8eda78cf7
commit ed848edfd9
  1. 5
      src/views/sch/school/index.vue

@ -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('生成成功');
}
}) })
}, },
// //

Loading…
Cancel
Save