This commit is contained in:
2026-04-27 14:11:40 +08:00
parent 6fbeecaacd
commit c06b7b10f3
5 changed files with 134 additions and 134 deletions

View File

@ -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 (()=>{