|
@@ -492,6 +492,9 @@ import {
|
|
|
import {
|
|
|
downloadFile
|
|
|
} from '@/utils/batchDown'
|
|
|
+import {
|
|
|
+ getwarehouse
|
|
|
+ } from '@/model/houseSelfCollect/index'
|
|
|
import Pagination from '@/components/Pagination'
|
|
|
import WsUpload from '@/components/WsUpload'
|
|
|
import {
|
|
@@ -676,7 +679,7 @@ export default {
|
|
|
},
|
|
|
activated() {
|
|
|
console.log(11111111)
|
|
|
- selectWarehouseSelf({
|
|
|
+ getwarehouse({
|
|
|
compId: localStorage.getItem('ws-pf_compId'),
|
|
|
})
|
|
|
.toPromise()
|