|  |  | 
 |  |  |       topqueryParams: { | 
 |  |  |         pageNum: 1, | 
 |  |  |         pageSize: 10, | 
 |  |  |         sort:1, | 
 |  |  |         serviceType: 2, | 
 |  |  |         searchscope: 3, | 
 |  |  |         scopetype: [], | 
 |  |  | 
 |  |  |         pageSize: 10, | 
 |  |  |         serviceType: 2, | 
 |  |  |         searchscope: 2, | 
 |  |  |         sort:1, | 
 |  |  |       }; | 
 |  |  |       this.handleQuery(1); | 
 |  |  |     }, | 
 |  |  | 
 |  |  |       if (row.preachformson) { | 
 |  |  |         if (row.preachformson.includes("3")) { | 
 |  |  |           type = 1; | 
 |  |  |           console.log(type, "rwo"); | 
 |  |  |         } | 
 |  |  |       } | 
 |  |  |       this.$router.push({ | 
 
 |  |  | 
 |  |  |       this.$modal | 
 |  |  |         .confirm('是否查看任务为"' + row.taskName + '"的服务详情数据?') | 
 |  |  |         .then(() => { | 
 |  |  |           if (row.preachformson) { | 
 |  |  |             if (row.preachformson.includes("3")) { | 
 |  |  |               this.Voicetype = 1; | 
 |  |  |             } | 
 |  |  |           } | 
 |  |  |           console.log(this.Voicetype,'this.Voicetype'); | 
 |  |  |  | 
 |  |  |           this.taskid = row.taskid; | 
 |  |  |           this.id = row.id; | 
 |  |  |           this.patid = row.patid; | 
 |  |  |           this.Voicetype = row.type; | 
 |  |  |           this.serviceType = row.serviceType; | 
 |  |  |           this.getTaskservelist(this.id); | 
 |  |  |         }) | 
 
 |  |  | 
 |  |  |     proxy: { | 
 |  |  |       // detail: https://cli.vuejs.org/config/#devserver-proxy | 
 |  |  |       [process.env.VUE_APP_BASE_API]: { | 
 |  |  |         // target: `http://192.168.168.60:8095`, | 
 |  |  |         // target: `http://192.168.68.111:8095`, | 
 |  |  |         // target: `http://10.202.20.185:8095`, | 
 |  |  |         // target: `http://192.168.100.184:8095`, | 
 |  |  |         target:`http://localhost:8095`, |