002201 2 жил өмнө
parent
commit
d71b2ff5ec

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

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