|
|
@@ -19,7 +19,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
- import { getPurchaseOutSourceSendDetailAPI } from '@/api/bpm/components/purchasingManage/outSourceSend';
|
|
|
+ import { applyOutsource } from '@/api/bpm/components/purchasingManage/outSourceSendCk';
|
|
|
export default {
|
|
|
name: 'boxTabPage',
|
|
|
components: {
|
|
|
@@ -83,7 +83,7 @@
|
|
|
}
|
|
|
},
|
|
|
async created() {
|
|
|
- this.form = await getPurchaseOutSourceSendDetailAPI(this.businessId);
|
|
|
+ this.form = await applyOutsource(this.businessId);
|
|
|
},
|
|
|
methods: {
|
|
|
isValidComponent(componentName) {
|