update 完成房屋详情编辑的第一个页签
This commit is contained in:
@@ -19,6 +19,10 @@ export default {
|
||||
* 获取字典类型下所有字典,举例,返回格式为:[{code:"M",value:"男"},{code:"F",value:"女"}]
|
||||
*/
|
||||
sysDictTypeDropDown: ['/sysDictType/dropDown', 'get'],
|
||||
/**
|
||||
* 获取字典类型下所有的字典,可批量获取
|
||||
*/
|
||||
sysDictTypeDropDowns: ['/sysDictType/dropDowns', 'get'],
|
||||
/**
|
||||
* 获取所有字典,启动时加入缓存使用
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user