Commit 3be85e91 authored by 黄奎's avatar 黄奎

页面修改

parent 9299b256
...@@ -172,7 +172,6 @@ ...@@ -172,7 +172,6 @@
}) })
}, },
goToDetail(item) { goToDetail(item) {
console.log("item",item)
this.OpenNewUrl('/sale/finishTaskDetails', { this.OpenNewUrl('/sale/finishTaskDetails', {
TaskId: item.TaskId, TaskId: item.TaskId,
DetailsId: item.DetailsId, DetailsId: item.DetailsId,
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
<div class="page-option"> <div class="page-option">
</div> </div>
</template> </template>
<template v-slot:bottom> <template v-slot:bottom>
<q-pagination class="full-width justify-end" v-model="msg.pageIndex" color="primary" :max="pageCount" <q-pagination class="full-width justify-end" v-model="msg.pageIndex" color="primary" :max="pageCount"
:input="true" @input="changePage" /> :input="true" @input="changePage" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment