输入就显示下拉框的
This commit is contained in:
parent
3b0f662a89
commit
dc6ab71a15
|
|
@ -238,6 +238,8 @@ export default {
|
|||
this.loading = false
|
||||
this.tablePage.total = data.total;
|
||||
this.tableData = data[this.listdataFieldName] || [];
|
||||
|
||||
this.$refs.xDown.showPanel()
|
||||
}).catch(() => {
|
||||
this.loading = false;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue