浏览代码

银农前端切图

wulanhaote
庞东旭 3 年前
父节点
当前提交
caae8a8188
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. +0
    -3
      src/views/onlineHome/bankAgriculture/paymentAccount/paymentAccountList.vue

+ 0
- 3
src/views/onlineHome/bankAgriculture/paymentAccount/paymentAccountList.vue 查看文件

@@ -69,7 +69,6 @@ export default {
},
created() {
this.houseGetDicts("house_apply_status").then((response) => {
console.log(response)
this.houseApplyStatus = response.data;
});
},
@@ -80,13 +79,11 @@ export default {
getList(){
setTimeout(() => {
getList(this.queryParams).then(response => {
console.log(response)
for (var i = 0; i < response.rows.length; i++) {
var houseApplyStatus = this.selectDictLabel(this.houseApplyStatus, response.rows[i].houseApplyStatus);
response.rows[i].houseApplyStatus = houseApplyStatus;
this.applicationList.push(response.rows[i]);
}
console.log(this.applicationList.length >= response.total)
if(this.applicationList.length >= response.total){
this.finished = true;
return;


正在加载...
取消
保存