Merge branch 'master' into dev_373

This commit is contained in:
不做码农 2021-12-16 13:03:14 +08:00
commit 386c3145e7

View File

@ -160,7 +160,7 @@ export default {
this.tables = res.data.tables;// this.tables = res.data.tables;//
}); });
/** 查询字典下拉列表 */ /** 查询字典下拉列表 */
listType().then((response) => { listType({ pageSize: 100 }).then((response) => {
this.dictOptions = response.data.result; this.dictOptions = response.data.result;
}); });
/** 查询菜单下拉列表 */ /** 查询菜单下拉列表 */