浏览代码

更新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
+
     }
   });
 };