duy 11 tháng trước cách đây
mục cha
commit
0f4ca167c2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/manager/projectinfo/tree.vue

+ 1 - 1
src/views/manager/projectinfo/tree.vue

@@ -3052,7 +3052,7 @@ export default {
           element.dictKey = Number(element.dictKey);
         });
         this.unitOptions = res.data.data;
-        this.unitOptions = this.unitOptions.value.filter(
+        this.unitOptions = this.unitOptions.filter(
           (item) => item.dictKey != -1
         );
       });