This commit is contained in:
mac
2024-01-28 13:36:23 +08:00
parent 1de27c0bf3
commit 730ec16c7a
4 changed files with 506 additions and 3 deletions

View File

@@ -184,8 +184,14 @@
})
},
searchEvent(val) {
console.log('查询事件参数', val)
// 此处把新的请求值 赋值给options
let _this = this
_this.$api.searchTuiJianZhiHang({
name: val
}).then((resp) => {
_this.options = resp
}).catch(e => {
console.log("===", e);
})
},
}
}