Pārlūkot izejas kodu

Update cloudPractice.tsx

lex-xin 6 mēneši atpakaļ
vecāks
revīzija
9ca07287ec
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/cloudPractice/cloudPractice.tsx

+ 1 - 1
src/views/cloudPractice/cloudPractice.tsx

@@ -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 || {}