Ver Fonte

更新bug 回显选中产品

yukai há 1 ano atrás
pai
commit
31b53e2b29
1 ficheiros alterados com 2 adições e 0 exclusões
  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
+
     }
   });
 };