mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 16:26:43 +08:00
一期问题修改
This commit is contained in:
@@ -28,9 +28,14 @@ export default {
|
||||
this.$emit("handleNameChange", this.aids);
|
||||
},
|
||||
handleClose() {
|
||||
this.$set(this, 'nameList', [])
|
||||
console.log("handleClose", this.aids);
|
||||
this.$emit("handleClose");
|
||||
},
|
||||
handleReset() {
|
||||
this.aids = [];
|
||||
this.nameList = [];
|
||||
},
|
||||
async initNameList(keyword) {
|
||||
console.log("initNameList", keyword);
|
||||
if (!keyword) {
|
||||
|
||||
Reference in New Issue
Block a user