002201 2 năm trước cách đây
mục cha
commit
d71b2ff5ec
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      src/views/purchase/apply/hooks/watch.js

+ 6 - 1
src/views/purchase/apply/hooks/watch.js

@@ -7,8 +7,13 @@ export default function useWatch() {
         );
       }
       if (newProp) {
-        const { puOrgCode: orgCode, puOrgName: orgName } = this.params;
+        const {
+          puOrg: org,
+          puOrgCode: orgCode,
+          puOrgName: orgName,
+        } = this.params;
         this.params.priceApplyOrgs.push({
+          org,
           orgCode,
           orgName,
           createByName: undefined,