diff --git a/src/page/wel.vue b/src/page/wel.vue index b2fbf73..5471704 100644 --- a/src/page/wel.vue +++ b/src/page/wel.vue @@ -395,6 +395,20 @@ > + + + +
@@ -933,7 +947,17 @@ export default { fraction:'' }, info:{}, - + houseTypes: "0,1", + options2: [ + { + label: "正式数据", + value: "0,1", + }, + { + label: "测试数据", + value: "2,3", + }, + ], } }, mounted() { @@ -969,6 +993,9 @@ export default { }, methods: { + sysChange() { + this.waitingForOperation() + }, goinfo(row){ this.$api.http.findByCusIdcusId({cusId:row.id}).then((res) => { if(res.data.length==0){ @@ -1022,7 +1049,7 @@ export default { }, getCurrentTime() { //获取当前时间并打印 -   let yy = new Date().getFullYear(); + let yy = new Date().getFullYear();   let mm = new Date().getMonth()+1; if(mm<10){ mm='0'+mm @@ -1051,7 +1078,8 @@ export default { orderBy:1, startDate: this.statDateStart, endDate:this.statDateEnd, - orgType: localStorage.getItem("orgType"), + orgType: localStorage.getItem("orgType"), + houseTypes: this.houseTypes, } if(this.role==1){ obj.agentId=localStorage.getItem('agentId')/1