|
@@ -319,7 +319,7 @@ import BaseFormMeasureInStore from './modules/BaseFormMeasureInStore'
|
|
|
import BaseFormLocation from './modules/BaseFormLocation'
|
|
|
import DownloadModal from '@/views/download/DownloadModal'
|
|
|
import PreviewModal from '@/views/preview/PreviewModal'
|
|
|
-import { getSbInfoPage, deleteSbInfos, querySbInfo, getLogBySbId, updateLogBySbId, fetchSbInfo, fetchSbInfos, exportSbInfo2, batchLocationList } from '@/api/sb/info'
|
|
|
+import { getSbInfoPage2, deleteSbInfos, querySbInfo, getLogBySbId, updateLogBySbId, fetchSbInfo, fetchSbInfos, exportSbInfo2, batchLocationList } from '@/api/sb/info'
|
|
|
import { queryDept } from '@/api/upms/dept'
|
|
|
import { generateSbCodeAll } from '@/api/upms/code'
|
|
|
import { fetchSbTypeTree } from '@/api/sb/type'
|
|
@@ -739,7 +739,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
this.selectedRowKeys = []
|
|
|
- return getSbInfoPage(Object.assign(parameter, this.queryParam))
|
|
|
+ return getSbInfoPage2(Object.assign(parameter, this.queryParam))
|
|
|
.then(res => {
|
|
|
return res.data
|
|
|
})
|