update 完成房屋详情编辑的第一个页签

This commit is contained in:
2021-05-14 21:43:20 +08:00
parent c08128cc0f
commit 7c0b4f37af
28 changed files with 3067 additions and 168 deletions

View File

@@ -19,6 +19,10 @@ export default {
* 获取字典类型下所有字典,举例,返回格式为:[{code:"M",value:"男"},{code:"F",value:"女"}]
*/
sysDictTypeDropDown: ['/sysDictType/dropDown', 'get'],
/**
* 获取字典类型下所有的字典,可批量获取
*/
sysDictTypeDropDowns: ['/sysDictType/dropDowns', 'get'],
/**
* 获取所有字典,启动时加入缓存使用
*/