|
@@ -41,14 +41,14 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
- <el-pagination
|
|
|
+ <!-- <el-pagination
|
|
|
@size-change="handleSizeChange"
|
|
|
@current-change="handleCurrentChange"
|
|
|
:current-page="page.currentPage"
|
|
|
:page-size="page.pagesize"
|
|
|
layout="total, prev, pager, next, jumper"
|
|
|
:total="page.total">
|
|
|
- </el-pagination>
|
|
|
+ </el-pagination> -->
|
|
|
<el-dialog title="流程详情" v-model="workflowVisible" width="70vw" :close-on-click-modal="false">
|
|
|
<div class="flowSty">
|
|
|
<iframe id="iframeContain" width="100%" height="100%" frameborder="0" class="iframe" name="iframeContain" seamless scrolling="no" :src="iframeURL">
|
|
@@ -110,7 +110,7 @@ export default {
|
|
|
apiPostTodoTaskList(params).then(datas =>{
|
|
|
if (datas && datas.data) {
|
|
|
that.taskCenterData = datas.data.rows
|
|
|
- that.page.total = datas.data.total
|
|
|
+ // that.page.total = datas.data.total
|
|
|
}
|
|
|
})
|
|
|
},
|