浏览代码

Update cloudPractice.tsx

lex-xin 6 月之前
父节点
当前提交
9ca07287ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 || {}