pengjun 3 years ago
parent
commit
31fbdf581c
  1. 7
      src/components/customerOrg/customerOrgTree.vue

7
src/components/customerOrg/customerOrgTree.vue

@ -56,14 +56,7 @@ export default {
//
getCustomerOrgRd(id) {
<<<<<<< HEAD
this.customerOrg.customerOrgRd.id = id;
=======
getapi(`/api/app/customer-org/${id}`).then((res) => {
//console.log("res.data", res.data);
this.customerOrg.customerOrgRd = res.data;
});
>>>>>>> eb9e7b4dc4afd96efe09f14672e77f7013cd7370
},
//

Loading…
Cancel
Save