一期问题修改

This commit is contained in:
赵依梦
2025-12-16 14:12:46 +08:00
parent f9c69d074c
commit f2d57c8d98
4 changed files with 118 additions and 67 deletions

View File

@@ -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) {