Pārlūkot izejas kodu

Merge branch 'master' of http://47.94.222.6:3003/lizuo/VentSystem_2.0_front

hongrunxia 1 gadu atpakaļ
vecāks
revīzija
7607d6f65f

+ 2 - 1
src/views/vent/deviceManager/comment/normalBtnTable.vue

@@ -188,7 +188,8 @@
    * 新增下级
    */
   function handleAdds(data) {
-    dictId.value = data.dictId;
+    console.log(data,'添加下级')
+    dictId.value = data.id;
     for (let key in record) {
       delete record[key];
     }