huang_an 1 년 전
부모
커밋
d37ce4c3d9
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/bpm/handleTask/components/purchaseOrder/outSourceSend/boxTabPage.vue

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

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