From 965756a7b5f59558a2e651e9c1fd6b2aa2428f8f Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Tue, 21 Dec 2021 17:36:37 +0800 Subject: [PATCH] init --- src/page/wel.vue | 34 +++------------------------------- 1 file changed, 3 insertions(+), 31 deletions(-) diff --git a/src/page/wel.vue b/src/page/wel.vue index 5471704..b2fbf73 100644 --- a/src/page/wel.vue +++ b/src/page/wel.vue @@ -395,20 +395,6 @@ > - - - -
@@ -947,17 +933,7 @@ export default { fraction:'' }, info:{}, - houseTypes: "0,1", - options2: [ - { - label: "正式数据", - value: "0,1", - }, - { - label: "测试数据", - value: "2,3", - }, - ], + } }, mounted() { @@ -993,9 +969,6 @@ export default { }, methods: { - sysChange() { - this.waitingForOperation() - }, goinfo(row){ this.$api.http.findByCusIdcusId({cusId:row.id}).then((res) => { if(res.data.length==0){ @@ -1049,7 +1022,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 @@ -1078,8 +1051,7 @@ export default { orderBy:1, startDate: this.statDateStart, endDate:this.statDateEnd, - orgType: localStorage.getItem("orgType"), - houseTypes: this.houseTypes, + orgType: localStorage.getItem("orgType"), } if(this.role==1){ obj.agentId=localStorage.getItem('agentId')/1