Commit 6111cdf8 authored by jiangweijia's avatar jiangweijia

待办页面修改

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