|
|
@@ -29,7 +29,7 @@
|
|
|
</template>
|
|
|
<script>
|
|
|
import AppWrapperEmpty from "@/components/app-wrapper-empty";
|
|
|
-import { getGlobalBookChangeList } from '@/api/book'
|
|
|
+import { getBookChangeList } from '@/api/book'
|
|
|
import list from '@/mixins/list'
|
|
|
export default {
|
|
|
name: "bookChange",
|
|
|
@@ -48,7 +48,7 @@ export default {
|
|
|
let itemId = this.option.itemId?this.option.itemId:0
|
|
|
let itemName = this.option.itemName?this.option.itemName:0
|
|
|
uni.setNavigationBarTitle({ title: itemName })
|
|
|
- const res = await getGlobalBookChangeList({ page:this.list.page,relateSecondId:id,itemId:itemId })
|
|
|
+ const res = await getBookChangeList({ page:this.list.page,relateSecondId:id,itemId:itemId })
|
|
|
if (this.$util.isEmpty(res.data.list)){
|
|
|
this.completes(res)
|
|
|
return
|