huang_an 1 год назад
Родитель
Сommit
d37ce4c3d9

+ 3 - 3
src/views/bpm/handleTask/components/purchaseOrder/outSourceSend/boxTabPage.vue

@@ -11,7 +11,7 @@
     </div>
     </div>
   </div>
   </div>
 </template>
 </template>
-
+7
 <script>
 <script>
   import { getPurchaseOutSourceSendDetailAPI } from '@/api/bpm/components/purchasingManage/outSourceSend';
   import { getPurchaseOutSourceSendDetailAPI } from '@/api/bpm/components/purchasingManage/outSourceSend';
   export default {
   export default {
@@ -66,8 +66,8 @@
       this.form = await getPurchaseOutSourceSendDetailAPI(this.businessId);
       this.form = await getPurchaseOutSourceSendDetailAPI(this.businessId);
     },
     },
     methods: {
     methods: {
-      activeNameProps() {
-        switch (this.activeName) {
+      activeNameProps(name) {
+        switch (name) {
           case 'tab1':
           case 'tab1':
             return {
             return {
               businessId: this.businessId
               businessId: this.businessId