1111
This commit is contained in:
@@ -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);
|
||||
})
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user