From acd54faf7195aea58f6a64b4a14dc2e313648526 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Sat, 25 Jul 2020 15:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/repairDispatch/repairDispatch.vue | 54 +++++++++++++++++-------- 1 file changed, 38 insertions(+), 16 deletions(-) diff --git a/pages/repairDispatch/repairDispatch.vue b/pages/repairDispatch/repairDispatch.vue index 4a28a9f..0f68414 100644 --- a/pages/repairDispatch/repairDispatch.vue +++ b/pages/repairDispatch/repairDispatch.vue @@ -1,6 +1,5 @@ @@ -37,19 +72,9 @@ let _userInfo = this.java110Context.getUserInfo(); let _storeId = _userInfo.storeId; this.storeId = _storeId; - - this._tabSelect('10001'); - + this._loadMyModify(); }, methods: { - _tabSelect: function(_state) { - this.state = _state; - if(_state == '10002'){ - this._loadHisModify(); - }else{ - this._loadMyModify(); - } - }, _loadMyModify:function(){ // let _that = this; @@ -58,9 +83,6 @@ let _objData = { page: 1, row: 15, - // storeId: storeId, - // userId: _userInfo.userId, - // process:'AUDIT', userId:_userInfo.userId, communityId:_that.java110Context.getCurrentCommunity().communityId };