YaolongHan il y a 4 ans
Parent
commit
7af07283a1

+ 28 - 19
src/components/Legend/src/legend.vue

@@ -59,7 +59,7 @@
                 <!-- </p> -->
             </el-tooltip>
             <!-- 新增分布图 -->
-            <el-tooltip effect='dark' content='新增分布图' placement='left' v-if='floorSelect.length!=floors.length && type==0'>
+            <el-tooltip effect='dark' content='新增分布图1' placement='left' v-if='floorSelect.length!=floors.length && type==0'>
                 <p class='tltk' style='margin-left: -5px;' @click='addFloor'>
                     <img src='@/assets/imgs/bjj.png' alt />
                 </p>
@@ -211,8 +211,8 @@ export default {
         },
         // 弹窗组件内传入floorInfo,查询 getDraftNum
         floorInfo: {
-            handler(newV,oldV) {
-                 if (newV !== oldV) {
+            handler(newV, oldV) {
+                if (newV !== oldV) {
                     clearInterval(this.timer)
                     this.getDraftNum()
                     this.timer = setInterval(() => {
@@ -330,32 +330,41 @@ export default {
         },
         /**
          * @name goToEditer
-         * @description t跳转editer编辑器
+         * @description 跳转editer编辑器
          */
         goToEditer() {
-            if (this.floor) {
-                this.floorSelect.forEach(el => {
-                    if (el.id == this.floor) {
-                        this.floorName = el.name
-                    }
-                })
-            }
+            // let FloorID = this.floor ? this.floor : this.$cookie.get('floorMapId') || 'f1'
+            // let categoryId = this.categoryId ? this.categoryId : this.$cookie.get('categoryId')
+            // let floorName = this.floorName ? this.floorName : this.$cookie.get('floorNow')
+            // let seq = this.$cookie.get('currentFloorId')
 
-            let FloorID = this.floor ? this.floor : this.$cookie.get('floorMapId') || 'f1'
-            let categoryId = this.categoryId ? this.categoryId : this.$cookie.get('categoryId')
-            const { conf } = window.__systemConf
-            const editerUrl = conf[process.env.NODE_ENV + '_editerUrl']
-            let floorName = this.floorName ? this.floorName : this.$cookie.get('floorNow')
+            //主页面(楼层功能,设备设置中的)legend, 楼层参数参数处理
+            let FloorID = this.$cookie.get('floorMapId')
+            let floorName = this.$cookie.get('floorNow')
             let seq = this.$cookie.get('currentFloorId')
-            // 弹窗组件内传入floorInfo,使用其楼层id
-            if (this.floorInfo.gname) {
+            let categoryId = this.$cookie.get('categoryId') //系统
+
+            // 弹窗组件内传入floorInfo, 楼层参数处理
+            if (this.floorInfo.gname && !this.floor) {
                 FloorID = this.floorInfo.gname
                 floorName = this.floorInfo.code
                 seq = this.floorInfo.seq
+                categoryId = this.categoryId
             }
+            //弹窗组件点击新增楼层,确认的楼层 楼层字段处理
+            if (this.floor) {
+                // 从store中筛选出选中的楼层信息
+                let floorInfo = this.$store.state.floorsArr.filter(item => item.gname === this.floor)[0]
+                FloorID = this.floor
+                floorName = floorInfo.code
+                seq = floorInfo.seq
+                categoryId = this.categoryId
+            }
+            const { conf } = window.__systemConf
+            const editerUrl = conf[process.env.NODE_ENV + '_editerUrl']
             let data = `categoryId=${categoryId}&projectId=${this.plazaId}&BuildingID=1&FloorID=${FloorID}&FloorName=${floorName}&fmapID=${this.fmapID}&seq=${seq}&token=${this.ssoToken}`
             let url = editerUrl + 'editer?' + encodeURIComponent(data)
-            window.open(url, true)
+            window.open(url)
         },
         handleSwich(val) {
             this.queryView(!val)

+ 2 - 2
src/components/menuList.vue

@@ -128,7 +128,7 @@ export default {
             const editerUrl = conf[process.env.NODE_ENV + '_editerUrl']
             let data = `projectId=${this.plazaId}&fmapID=${this.fmapID}&token=${this.$store.state.ssoToken}`
             let url = editerUrl + 'drafts?' + encodeURIComponent(data)
-            window.open(url, true)
+            window.open(url)
         },
         currentTime() {
             this.times = moment().format('YYYY.MM.DD HH:mm')
@@ -179,7 +179,7 @@ export default {
         dumpLegend() {
             const { conf } = window.__systemConf
             const wandaBmGuideUrl = conf[process.env.NODE_ENV + '_wandaBmGuideUrl']
-            window.open(`${wandaBmGuideUrl}home/legendLibrary?token=${this.$store.state.ssoToken}`, true)
+            window.open(`${wandaBmGuideUrl}home/legendLibrary?token=${this.$store.state.ssoToken}`)
         }
     }
 }

+ 2 - 2
src/store/index.js

@@ -15,8 +15,8 @@ Vue.use(Vuex)
 export default new Vuex.Store({
     state: {
         // ssoToken: 'admin:chuyushu',
-        ssoToken: '123123',
-        // ssoToken: null,
+        // ssoToken: '',
+        ssoToken: null,
         plazaName: '',
         isPreview: false,
         lastRoute: '',

+ 1 - 0
src/views/analysis/CoreDeviceReport.vue

@@ -517,6 +517,7 @@ export default {
          */
         getDetailData(val, type) {
             let param = {
+                assetnum: this.assetnum,
                 plazaId: this.plazaId,
                 file_type: type === 'equip' ? val.file_type : val.type,
                 // file_type: 0,

Fichier diff supprimé car celui-ci est trop grand
+ 764 - 751
src/views/analysis/GanttChart.vue


+ 14 - 2
src/views/equipment/table/djspTable.vue

@@ -22,7 +22,7 @@
                 clearable
                 style='width:192px;margin-right:12px'
             ></el-input>
-            <Select @change='getList' v-model='floor' width='180' tipPlace='top' caption='楼层 :' :selectdata='floorSelect'></Select>
+            <Select @change='getList' v-model='floor' width='180' tipPlace='top' caption='楼层 :' :selectdata='floorAllSelect'></Select>
         </div>
         <el-table :data='tableData' :span-method='objectSpanMethod' :border='true' style='width: 100%' @row-click='innerVisible = true'>
             <el-table-column prop='floor' label='楼层' width='50'>
@@ -55,7 +55,8 @@ export default {
             floor: '',
             innerVisible: false, //详情弹框
             shopsnum: '',
-            welldes: ''
+            welldes: '',
+            floorAllSelect: []
         }
     },
     computed: {
@@ -127,6 +128,16 @@ export default {
                     return n
                 })
             })
+        },
+        getFloorAllSelect() {
+            this.floorAllSelect = []
+            this.floorAllSelect.push({
+                name: '全部',
+                id: ''
+            })
+            this.floorSelect.forEach(el => {
+                this.floorAllSelect.push(el)
+            })
         }
     },
     watch: {
@@ -154,6 +165,7 @@ export default {
         // this.floor = this.$cookie.get('floorMapId')
         console.log(this.floor)
         this.getList()
+        this.getFloorAllSelect()
     }
 }
 </script>

+ 24 - 2
src/views/equipment/table/eqDetaileDialog.vue

@@ -42,7 +42,7 @@
                 tipPlace='top'
                 caption='楼层:'
                 size='small'
-                :selectdata='floorSelect'
+                :selectdata='floorAllSelect'
                 @change='queryTableList'
             ></Select>
             <el-input
@@ -138,7 +138,8 @@ export default {
             fws: '',
             sbglgs: '',
             sbglgsOption: [],
-            statusOption: []
+            statusOption: [],
+            floorAllSelect: []
         }
     },
     components: {
@@ -152,6 +153,7 @@ export default {
     mounted() {
         this.queryTableList()
         this.tabFind()
+        this.getFloorAllSelect()
     },
     methods: {
         //序号的方法
@@ -199,7 +201,15 @@ export default {
                 let sb_status = res.data.data.sms_asset.sb_status
                 let sbglgs = res.data.data.sms_asset.sbglgs
                 this.sbglgsOption = []
+                this.sbglgsOption.push({
+                    name: '全部',
+                    id: ''
+                })
                 this.statusOption = []
+                this.statusOption.push({
+                    name: '全部',
+                    id: ''
+                })
                 sb_status.forEach(el => {
                     this.statusOption.push({
                         name: el.value,
@@ -281,12 +291,24 @@ export default {
                 this.tableData = res.data.data
                 this.total = res.data.count
             })
+        },
+        getFloorAllSelect() {
+            this.floorAllSelect = []
+            this.floorAllSelect.push({
+                id: '',
+                name: '全部'
+            })
+            this.floorSelect.forEach(el => {
+                this.floorAllSelect.push(el)
+            })
+            console.log(this.floorAllSelect)
         }
     },
     watch: {
         row: {
             handler(newV, oldV) {
                 this.queryTableList()
+                this.getFloorAllSelect()
                 this.tabFind()
             },
             deep: true

+ 15 - 2
src/views/equipment/table/eqListTable.vue

@@ -30,7 +30,7 @@
                 width='160'
                 tipPlace='top'
                 caption='楼层 :'
-                :selectdata='floorSelect'
+                :selectdata='floorAllSelect'
             ></Select>
             <el-input
                 placeholder='搜索生产厂商'
@@ -114,7 +114,8 @@ export default {
             row: {},
             floor: '',
             tableMaxHeight: 0,
-            type_name: ''
+            type_name: '',
+            floorAllSelect: []
         }
     },
     computed: {
@@ -167,6 +168,16 @@ export default {
                 this.tableData = res.data.data
                 this.total = res.data.count
             })
+        },
+        getFloorAllSelect() {
+            this.floorAllSelect = []
+            this.floorAllSelect.push({
+                name: '全部',
+                id: ''
+            })
+            this.floorSelect.forEach(el => {
+                this.floorAllSelect.push(el)
+            })
         }
     },
     watch: {
@@ -178,6 +189,7 @@ export default {
                     // 页面渲染完成后的回调
                     this.tableMaxHeight = this.$refs.tableBox.offsetHeight
                 })
+                 this.getFloorAllSelect()
             }
         },
         /* floor(newV, oldV) {
@@ -202,6 +214,7 @@ export default {
             // 页面渲染完成后的回调
             this.tableMaxHeight = this.$refs.tableBox.offsetHeight
         })
+        this.getFloorAllSelect()
     }
 }
 </script>

+ 4 - 0
src/views/equipment/table/otherTable.vue

@@ -189,6 +189,10 @@ export default {
                 //console.log(res)
                 let handleresults = res.data.data.sms_qtsx.handleresults
                 this.handleOption = []
+                this.handleOption.push({
+                    id:"",
+                    name:'全部'
+                })
                 handleresults.forEach(el => {
                     this.handleOption.push({
                         name: el.value,

+ 16 - 2
src/views/equipment/table/standTable.vue

@@ -30,7 +30,7 @@
                 width='160'
                 tipPlace='top'
                 caption='楼层 :'
-                :selectdata='floorSelect'
+                :selectdata='floorAllSelect'
             ></Select>
             <el-input
                 clearable
@@ -106,7 +106,8 @@ export default {
             sbjc: '',
             manufacturer: '',
             type_name: '',
-            tableMaxHeight: 0
+            tableMaxHeight: 0,
+            floorAllSelect: []
         }
     },
     props: ['major', 'param', 'InfoName'],
@@ -172,6 +173,17 @@ export default {
                 this.tableData = res.data.data
                 this.total = res.data.count
             })
+        },
+        getFloorAllSelect() {
+            this.floorAllSelect = []
+            this.floorAllSelect.push({
+                name: '全部',
+                id: ''
+            })
+            this.floorSelect.forEach(el => {
+                this.floorAllSelect.push(el)
+            })
+            console.log(this.floorAllSelect)
         }
     },
     watch: {
@@ -182,6 +194,7 @@ export default {
                     // 页面渲染完成后的回调
                     this.tableMaxHeight = this.$refs.tableBox.offsetHeight
                 })
+                this.getFloorAllSelect()
             }
         },
         /* floor(newV, oldV) {
@@ -205,6 +218,7 @@ export default {
             // 页面渲染完成后的回调
             this.tableMaxHeight = this.$refs.tableBox.offsetHeight
         })
+        this.getFloorAllSelect()
     }
 }
 </script>

+ 8 - 4
src/views/equipment/table/wbTable.vue

@@ -156,6 +156,10 @@ export default {
             number_format,
             changeOption: [
                 {
+                    id:'',
+                    name:"全部"
+                },
+                {
                     id: '1',
                     name: '是'
                 },
@@ -185,20 +189,20 @@ export default {
             console.log(row)
             if (row.apptype == '外委' || row.apptype == '自维') {
                 if (row.wb_gzglid) {
-                    window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=WB_GZGL&uniqueid=${row.wb_gzglid}`, true)
+                    window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=WB_GZGL&uniqueid=${row.wb_gzglid}`)
                 }
             } else if (row.apptype == '安全维保') {
-                window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=AQ_WB_GZGL&uniqueid=${row.wb_gzglid}`, true)
+                window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=AQ_WB_GZGL&uniqueid=${row.wb_gzglid}`)
             }
         },
         // 工单
         ycgd(row) {
             if (row.apptype == '外委' || row.apptype == '自维') {
                 if (row.wb_gzglid) {
-                    window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=WB_GZGL&uniqueid=${row.wb_gzglid}`, true)
+                    window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=WB_GZGL&uniqueid=${row.wb_gzglid}`)
                 }
             } else if (row.apptype == '安全维保') {
-                window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=WB_GZGL&uniqueid=${row.wb_gzglid}`, true)
+                window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=WB_GZGL&uniqueid=${row.wb_gzglid}`)
             }
         },
         //多余输入框监听

+ 6 - 2
src/views/equipment/table/wxTable.vue

@@ -159,6 +159,10 @@ export default {
             imgUrl: [],
             changeOption: [
                 {
+                    id:'',
+                    name:"全部"
+                },
+                {
                     id: '1',
                     name: '是'
                 },
@@ -182,12 +186,12 @@ export default {
         },
         innerTable(row) {
             if (row.workorderid) {
-                window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=JXWO&uniqueid=${row.workorderid}`, true)
+                window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=JXWO&uniqueid=${row.workorderid}`)
             }
         },
         //跳转工单编号
         staff(row) {
-            window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=JXWO&uniqueid=${row.wonum}`, true)
+            window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=JXWO&uniqueid=${row.wonum}`)
         },
         //多余输入框监听
         confirm(wonum) {

+ 17 - 1
src/views/equipment/table/zwTable.vue

@@ -177,7 +177,7 @@ export default {
         },
         innerTable(row) {
             if (row.gczxwx_lineid) {
-                window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=GCZXWXLINE&uniqueid=${row.gczxwx_lineid}`, true)
+                window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=GCZXWXLINE&uniqueid=${row.gczxwx_lineid}`)
             }
         },
         //下拉框查询
@@ -219,9 +219,25 @@ export default {
                 let sxjd = res.data.data.sms_zw.sxjd
                 let status = res.data.data.sms_zw.status
                 this.lbOption = []
+                this.lbOption.push({
+                    name: '全部',
+                    id: ''
+                })
                 this.xmOption = []
+                this.xmOption.push({
+                    id: '',
+                    name: '全部'
+                })
                 this.sxjdOption = []
+                this.sxjdOption.push({
+                    id: '',
+                    name: '全部'
+                })
                 this.statusOption = []
+                this.statusOption.push({
+                    id: '',
+                    name: '全部'
+                })
                 sxjd.forEach(el => {
                     this.sxjdOption.push({
                         name: el.value,

+ 15 - 3
src/views/other/gcfz2.vue

@@ -9,7 +9,7 @@
                 v-model='cg.floors'
                 size='small'
                 style='margin-right:12px'
-                :selectdata='floorSelect'
+                :selectdata='floorSelect2'
                 :placeholder='"选择楼层"'
             ></Select>
             <el-input
@@ -97,9 +97,16 @@ export default {
             searVal: '',
             cg: {
                 dateVal: '',
-                floors: '',
+                floors: '全部',
                 searVal: ''
-            }
+            },
+            allArr: [
+                {
+                    id: '全部',
+                    name: '全部'
+                }
+            ],
+            floorSelect2: []
         }
     },
     computed: {
@@ -121,6 +128,11 @@ export default {
         indexMethod(index) {
             return (this.page - 1) * this.size + index + 1
         }
+    },
+    mounted() {
+        if (this.floorSelect.length > 0) {
+            this.floorSelect2 = this.allArr.concat(this.floorSelect)
+        }
     }
 }
 </script>

+ 1 - 1
src/views/other/gcfzDialog.vue

@@ -67,7 +67,7 @@ export default {
         },
         changeEmit(val) {
             //console.log(val)
-            if (val.floors) {
+            if (val.floors && val.floors != '全部') {
                 this.floors = val.floors
             }
             if (val.searVal) {

+ 12 - 4
src/views/other/zhsxOtherTable1.vue

@@ -98,7 +98,7 @@ export default {
             dateVal: '',
             loading: false,
             zhjlTable: [],
-            searVal: '',
+            searVal: '全部',
             total: 0,
             page: 1,
             size: 10,
@@ -131,6 +131,12 @@ export default {
                     name: '供电系统原理图.png',
                     url: 'http://gcgl.wanda.cn/%E7%BB%B4%E4%BF%AE%E5%B7%A5%E5%8D%95%E4%B8%80/WORKORDER_846049_2019-11-19T15-37-42-716.jpg'
                 }
+            ],
+            allArr: [
+                {
+                    id: '全部',
+                    name: '全部'
+                }
             ]
         }
     },
@@ -179,7 +185,7 @@ export default {
                 size: this.size,
                 orderBy: 'createdate,0'
             }
-            if (this.searVal) {
+            if (this.searVal && this.searVal != '全部') {
                 getParams.department = this.searVal
             }
             if (this.ssjlsx) {
@@ -215,7 +221,8 @@ export default {
             }
             querySelect({ data, postParams }).then(res => {
                 //console.log('政府部门', res)
-                let department = []
+                let department = [],
+                    newArr = []
                 department = res.data.data.sms_zhsxjl.department ? res.data.data.sms_zhsxjl.department : []
                 if (department.length > 0) {
                     department.forEach(el => {
@@ -223,9 +230,10 @@ export default {
                             id: el.key,
                             name: el.value
                         }
-                        this.department.push(obj)
+                        newArr.push(obj)
                     })
                     //console.log(this.department)
+                    this.department = this.allArr.concat(newArr)
                 }
             })
         },

+ 12 - 5
src/views/other/zhsxOtherTable2.vue

@@ -121,9 +121,15 @@ export default {
             status2: [],
             zgbm: [],
             conclusion: [],
-            ztdsf: '',
+            ztdsf: '全部',
             bmdsf: '',
-            jcjldsf: ''
+            jcjldsf: '',
+            allArr: [
+                {
+                    id: '全部',
+                    name: '全部'
+                }
+            ]
         }
     },
     components: { Select },
@@ -141,7 +147,7 @@ export default {
             if (this.searVal) {
                 getParams.keyword = `${this.searVal}:description`
             }
-            if (this.ztdsf) {
+            if (this.ztdsf && this.ztdsf != '全部') {
                 getParams.status = this.ztdsf
             }
             if (this.bmdsf) {
@@ -166,7 +172,7 @@ export default {
         //第三方任务
         innerTable(row) {
             if (row.id) {
-                window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=DSF_GZGL&uniqueid=${row.id}`, true)
+                window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=DSF_GZGL&uniqueid=${row.id}`)
             }
         },
         changeSelect() {
@@ -194,8 +200,9 @@ export default {
                             id: el.key,
                             name: el.value
                         }
-                        this.status2.push(obj)
+                        status2.push(obj)
                     })
+                    this.status2 = this.allArr.concat(status2)
                 }
                 if (zgbm.length > 0) {
                     zgbm.forEach(el => {

+ 14 - 4
src/views/room/index.vue

@@ -29,7 +29,7 @@
                                 v-model='floor2'
                                 tipPlace='top'
                                 caption='楼层:'
-                                :selectdata='floorSelect'
+                                :selectdata='floorSelect2'
                                 :placeholder='"请选择"'
                                 style='margin-right:12px'
                             ></Select>
@@ -466,11 +466,17 @@ export default {
             total1: 0,
             page1: 1,
             size1: 10,
-            floor2: '',
+            floor2: '全部',
             ctbhInput: '',
             cxggInput: '',
             djbhInput: '',
             kzhlInput: '',
+            allArr: [
+                {
+                    id: '全部',
+                    name: '全部'
+                }
+            ],
             //
             total2: 0,
             page2: 1,
@@ -589,7 +595,7 @@ export default {
                 page: this.page1,
                 size: this.size1
             }
-            if (this.floor2) {
+            if (this.floor2 && this.floor2 != '全部') {
                 getParams.floor = this.floor2
             }
             if (this.ctbhInput) {
@@ -910,7 +916,11 @@ export default {
             // }
         }
     },
-    mounted() {}
+    mounted() {
+        if (this.floorSelect.length > 0) {
+            this.floorSelect2 = this.allArr.concat(this.floorSelect)
+        }
+    }
 }
 </script>
 <style lang="less" scoped>

+ 2 - 2
src/views/room/room4.vue

@@ -14,7 +14,7 @@
                 <el-table-column prop label='设备名称' show-overflow-tooltip resizable min-width='360'>
                     <template slot-scope='{row}'>{{row.sbmc||'--'}}</template>
                 </el-table-column>
-                <el-table-column prop label='设备内' show-overflow-tooltip resizable width='80'>
+                <el-table-column prop label='设备内' show-overflow-tooltip resizable width='80'>
                     <template slot-scope='{row}'>{{row.location||'--'}}</template>
                 </el-table-column>
                 <el-table-column prop label='事项类型' show-overflow-tooltip resizable min-width='120'>
@@ -110,7 +110,7 @@ export default {
         //工单详情
         innerTable(row) {
             if (row.workorderid) {
-                window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=JXWO&uniqueid=WB_GZGL&uniqueid=${row.wb_gzglid}`, true)
+                window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=JXWO&uniqueid=WB_GZGL&uniqueid=${row.wb_gzglid}`)
             }
         },
         computedHeight() {

+ 5 - 5
src/views/room/room5.vue

@@ -14,7 +14,7 @@
                 <el-table-column prop label='设备名称' show-overflow-tooltip resizable min-width='150'>
                     <template slot-scope='{row}'>{{row.sbmc||'--'}}</template>
                 </el-table-column>
-                <el-table-column prop label='设备内' :show-overflow-tooltip='true' width='80'>
+                <el-table-column prop label='设备内' :show-overflow-tooltip='true' width='80'>
                     <template slot-scope='{row}'>{{row.assetnum||'--'}}</template>
                 </el-table-column>
                 <el-table-column prop label='核心维保事项记录' :show-overflow-tooltip='true' min-width='150'>
@@ -115,20 +115,20 @@ export default {
         innerTable(row) {
             if (row.apptype == '外委' || row.apptype == '自维') {
                 if (row.wb_gzglid) {
-                    window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=WB_GZGL&uniqueid=${row.wb_gzglid}`, true)
+                    window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=WB_GZGL&uniqueid=${row.wb_gzglid}`)
                 }
             } else if (row.apptype == '安全维保') {
-                window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=AQ_WB_GZGL&uniqueid=${row.wb_gzglid}`, true)
+                window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=AQ_WB_GZGL&uniqueid=${row.wb_gzglid}`)
             }
         },
         // 工单
         ycgd(row) {
             if (row.apptype == '外委' || row.apptype == '自维') {
                 if (row.wb_gzglid) {
-                    window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=WB_GZGL&uniqueid=${row.wb_gzglid}`, true)
+                    window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=WB_GZGL&uniqueid=${row.wb_gzglid}`)
                 }
             } else if (row.apptype == '安全维保') {
-                window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=WB_GZGL&uniqueid=${row.wb_gzglid}`, true)
+                window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=WB_GZGL&uniqueid=${row.wb_gzglid}`)
             }
         },
         indexMethod(index) {