duy 1 tháng trước cách đây
mục cha
commit
93e7a89662
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

@@ -5212,7 +5212,7 @@ export default {
       if(val.length>0){
         for (let index = 0; index < val.length; index++) {
           let i = val[index];
-         arr.push(i.id)
+         arr.push(i.pkeyId)
         }
         this.formIds=arr.join(',')