|
@@ -482,7 +482,7 @@ export default defineComponent({
|
|
|
loading.value = true
|
|
|
const { id } = state.list[state.listActive] || {}
|
|
|
if (!id) return (loading.value = false)
|
|
|
- await httpAjaxErrMsg(cbsDetail_klx, id, { simpleFlag: "1" }).then(res => {
|
|
|
+ await httpAjaxErrMsg(cbsDetail_klx, id, { simpleFlag: "1", providerType: "TENANT" }).then(res => {
|
|
|
loading.value = false
|
|
|
if (res.code === 200) {
|
|
|
const result = res.data || {}
|