更新
This commit is contained in:
@ -5,13 +5,7 @@ import { getDictListByCode } from "./../api/common";
|
||||
* 分局字典代码获取字典词条列表
|
||||
* @param {字典代码} dict
|
||||
*/
|
||||
// export function getDictList(dict) {
|
||||
// return new Promise((ok) => {
|
||||
// getDictListByCode({ dictCode: dict }).then((res) => {
|
||||
// ok(res.itemList);
|
||||
// });
|
||||
// });
|
||||
// }
|
||||
|
||||
export function getDictList(...dict) {
|
||||
const res = ref({})
|
||||
return (()=>{
|
||||
|
||||
Reference in New Issue
Block a user