菜单搜索降低延迟

This commit is contained in:
吕金泽 2022-01-16 18:08:08 +08:00
parent e5a32c43fa
commit 557b9438a2

View File

@ -220,7 +220,7 @@ export default {
}else{ }else{
_this.$set(_this.tableOptions, 'data', _this.menuData) _this.$set(_this.tableOptions, 'data', _this.menuData)
} }
},1000) },500)
}, },
addSubMenu(id) { addSubMenu(id) {
this.dialogStatus = 'create' this.dialogStatus = 'create'