douzhuo před 2 roky
rodič
revize
b68dbc11db
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +1
    -1
      pages/reportExcel/dayReport.vue
  2. +2
    -2
      utils/domain.js

+ 1
- 1
pages/reportExcel/dayReport.vue Zobrazit soubor

@@ -443,7 +443,7 @@
// 分割数组排名前三,倒三
getTopThree() {
if (this.weekObj.XJTopList && this.weekObj.XJTopList.length > 0) {
let arr = this.weekObj.XJTopList.slice(0, 3).reverse()
let arr = this.weekObj.XJTopList.slice(0, 3)
arr.forEach(item => {
if (item.value != 100) {
this.carryOutLast.push(item)


+ 2
- 2
utils/domain.js Zobrazit soubor

@@ -4,8 +4,8 @@
// const baseUrl = 'http://127.0.0.1:8080/autoSR/api'; // 本地
// const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // 长龙
// const baseUrl = 'http://192.168.31.86:9090/api'; // 盛浩
const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
// const baseUrl = 'https://hfju.com/api'; // 数智正式
// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
const baseUrl = 'https://hfju.com/api'; // 数智正式


// config使用域名


Načítá se…
Zrušit
Uložit