소스 검색

更新bug 回显选中产品

yukai 1 년 전
부모
커밋
31b53e2b29
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/iot/property/dossier/edit.vue

+ 2 - 0
src/views/iot/property/dossier/edit.vue

@@ -224,6 +224,8 @@ const open = async (row: any, productInfo: any) => {
         const sortedArray = res.Data.sort((a, b) => a.id - b.id);
 				Datalist.value = sortedArray || [];
       });
+      formData.productKey = productInfo.key
+
     }
   });
 };