Merge branch 'master' into dev_373
This commit is contained in:
commit
386c3145e7
@ -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;
|
||||||
});
|
});
|
||||||
/** 查询菜单下拉列表 */
|
/** 查询菜单下拉列表 */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user