maxiaoxiao 4 日 前
コミット
724370bf4c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/remote/farmland/details.vue

+ 1 - 1
src/views/remote/farmland/details.vue

@@ -263,7 +263,7 @@ function handleClick({ id, auditflowId }, isfirst) {
     else if (activeName.value == "hcxx" || isfirst)
       getHcInfo({ dkid: id, auditflowStep: "WYDC", auditflowId }).then(
         (res) => {
-          hcxxList.value = res.data;
+          hcxxList.value = res.data || [];
           nextTick(() => {
             for (let index = 0; index < hcxxList.value.length; index++) {
               hcxxRef.value[index].init(hcxxList.value[index].sdfjs);