|
|
@@ -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
|