From 609e0e79329e5b797c99b76da3a59d32656d4116 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Tue, 30 Aug 2022 15:19:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=8E=E5=B8=82=E5=9B=BE=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/shequzhili/csgltc/csglDetail.vue | 2 +- src/views/modules/shequzhili/csgltc/csglForm.vue | 4 ++-- .../shequzhili/tuceng/zhonghe/baseTotal.vue | 16 +++++++++++----- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/views/modules/shequzhili/csgltc/csglDetail.vue b/src/views/modules/shequzhili/csgltc/csglDetail.vue index 39a61f484..f47ae68d7 100644 --- a/src/views/modules/shequzhili/csgltc/csglDetail.vue +++ b/src/views/modules/shequzhili/csgltc/csglDetail.vue @@ -143,7 +143,7 @@ export default { this.handleMoveCenter() }) this.handleMoveCenter() - this.convert() + // this.convert() }, setMarker (lat, lng) { diff --git a/src/views/modules/shequzhili/csgltc/csglForm.vue b/src/views/modules/shequzhili/csgltc/csglForm.vue index be715825f..4d3fe5195 100644 --- a/src/views/modules/shequzhili/csgltc/csglForm.vue +++ b/src/views/modules/shequzhili/csgltc/csglForm.vue @@ -322,8 +322,8 @@ export default { map.on('panend', () => { this.handleMoveCenter() }) - // this.handleMoveCenter() - this.convert() + this.handleMoveCenter() + // this.convert() }, setMarker (lat, lng) { diff --git a/src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue b/src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue index b0bd49d61..b834b26e3 100644 --- a/src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue +++ b/src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue @@ -490,12 +490,18 @@ export default { this.jmlbOptions = [] this.jmlbOptions = data if (this.jmlbOptions.length > 0) { - this.fmData.category = this.jmlbOptions[0].value + this.fmData.category = 'anzhibangjiao' + // let temp = { + // queryType: this.jmlbOptions[0].queryType, + // tableName: this.jmlbOptions[0].tableName, + // columnName: this.jmlbOptions[0].columnName, + // columnValue: [this.jmlbOptions[0].columnValue], + // } let temp = { - queryType: this.jmlbOptions[0].queryType, - tableName: this.jmlbOptions[0].tableName, - columnName: this.jmlbOptions[0].columnName, - columnValue: [this.jmlbOptions[0].columnValue], + queryType: 'list_equal', + tableName: 'ic_special', + columnName: 'SPECIAL_RQLB', + columnValue: ["anzhibangjiao"], } this.elseParams.push(temp)