瀏覽代碼

bug修复

chenrui 4 年之前
父節點
當前提交
0a165c7dd2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/allocationManagement/chainTransferIn/edit.vue

+ 2 - 2
src/views/allocationManagement/chainTransferIn/edit.vue

@@ -114,7 +114,7 @@ import { STable, VSelect } from '@/components'
 import { getOperationalPrecision } from '@/libs/tools.js'
 import { dealerProductTypeList } from '@/api/dealerProductType'
 import { warehouseCascadeList } from '@/api/warehouse'
-import { allocLinkagePutDetailSn, allocLinkagePutDetailList, allocLinkagePutDetailCount, allocLinkagePutDetailUpdate, allocLinkagePutAudit, allocLinkagePutDetailPrint } from '@/api/allocLinkagePut'
+import { allocLinkagePutDetailSn, allocLinkagePutDetailList, allocLinkagePutDetailCount, allocLinkagePutDetailUpdate, allocLinkagePutSubmit, allocLinkagePutDetailPrint } from '@/api/allocLinkagePut'
 export default {
   components: { STable, VSelect },
   data () {
@@ -181,7 +181,7 @@ export default {
     },
     //  提交
     handleSubmit () {
-      allocLinkagePutAudit({ sn: this.$route.params.sn }).then(res => {
+      allocLinkagePutSubmit({ sn: this.$route.params.sn }).then(res => {
         if (res.status == 200) {
           this.$message.success(res.message)
           this.handleBack()