update 数据字典 & add 料仓、设备类型

This commit is contained in:
lb
2023-01-30 16:46:18 +08:00
parent ff77ab8546
commit 508bc4e434
14 changed files with 687 additions and 410 deletions

View File

@@ -113,7 +113,7 @@ export default {
limit: this.size,
};
if (!queryParams && this.listQueryExtra.length) {
if (!queryParams && this.listQueryExtra && this.listQueryExtra.length) {
this.listQueryExtra.map((name) => {
params[name] = "";
});