Commit 6111cdf8 authored by jiangweijia's avatar jiangweijia

待办页面修改

parent 2d449e8c
This diff is collapsed.
......@@ -135,7 +135,7 @@ export default {
params,
successFn: (response) => {
this.table.list.pagination.total = response.total
this.params.list = response.data
this.params.list = response.list
},
failedFn: (error) => {
console.log(error)
......@@ -172,7 +172,7 @@ export default {
params,
successFn: (response) => {
this.table.list2.pagination.total = response.total
this.params.list2 = response.data
this.params.list2 = response.list2
},
failedFn: (error) => {
console.log(error)
......
<template>
<div id="">
<div id="3000">
<a-form-model
ref="form"
:model="params"
......@@ -189,7 +189,6 @@
<a-button id="button22800" :ghost="false" @click="button22800_onClick">
重置
</a-button>
<a-button id="button90830" :ghost="false"> csdss </a-button>
</div>
<a-card title="查询结果列表" :bordered="false">
<a-table
......
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