兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-11-26 e3b5d7ca543cbb4e268d70a44bc78269d54547fe
src/api/system/tenant/index.ts
@@ -91,3 +91,11 @@
    params: data
  });
}
// 同步租户字典
export function syncTenantDict() {
  return request({
    url: '/system/tenant/syncTenantDict',
    method: 'get',
  });
}