输入就显示下拉框的

This commit is contained in:
xielue 2023-07-27 12:40:54 +08:00
parent 3b0f662a89
commit dc6ab71a15
1 changed files with 2 additions and 0 deletions

View File

@ -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;
});