Ver Fonte

设备类型管理-新增下级修改

lxh há 1 ano atrás
pai
commit
0e68a18608
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/vent/deviceManager/comment/normalBtnTable.vue

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

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