Commit e96ca514 by 苏咏卓

写死数据

parent ffa7be60
......@@ -136,9 +136,9 @@ export const getFivesYearShjzProvideStats = data => {
}
//低保对象搜索
export const lowIncomeSearch = data => {
export const societyHelpSearch = data => {
return request({
url: 'portal/admin/stats/lowIncomeSearch',
url: 'portal/admin/stats/societyHelpSearch',
method: 'POST',
data
......
......@@ -902,7 +902,7 @@ export default {
}
.children {
width: 100%;
height: 100%;
height: 240px;
}
.mechanismNum {
text-align: center;
......
......@@ -153,21 +153,21 @@
<el-table-column prop="address" label="所在地" align="center" >
</el-table-column>
<!-- <el-table-column
prop="name"
prop="provideState"
label="类型"
align="center"
width="50px"
>
</el-table-column>
<el-table-column
prop="name"
prop="helpAmount"
label="金额"
align="center"
width="50px"
>
</el-table-column> -->
<el-table-column
prop="createTime"
prop="endProvideDate"
label="时间"
align="center"
width="70px"
......@@ -193,7 +193,7 @@ import {
getThreeYearShjzProvideStats,
getFivesYearShjzAchieveStats,
getAreaYearShjzAchieveStats,
lowIncomeSearch,
societyHelpSearch,
getMapData,
} from "@/api/unified/unified";
export default {
......@@ -218,7 +218,7 @@ export default {
this.getFivesYearShjzAchieveStatsFun();
this.getAreaYearShjzAchieveStatsFun();
this.getMapData("g450000"); //默认展示广西 g450000
this.lowIncomeSearchFun();
this.societyHelpSearchFun();
},
methods: {
rowStyle({ row, rowsIndex }) {
......@@ -231,11 +231,11 @@ export default {
inputBtn() {
console.log(this.value);
this.lowIncomeSearchFun();
this.societyHelpSearchFun();
},
lowIncomeSearchFun() {
lowIncomeSearch({
societyHelpSearchFun() {
societyHelpSearch({
keyword: this.values,
}).then((res) => {
console.log(res, "低保对象搜索");
......
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