MrShi
19 小时以前 cf69b541f8ef1ac4fae24bd99b0259b7af035490
优化
已修改2个文件
37 ■■■■■ 文件已修改
admin/.env.development 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/views/platform/queueUp.vue 31 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/.env.development
@@ -2,8 +2,6 @@
NODE_ENV = 'development'
# VUE_APP_API_URL  = 'https://atwl.ahzyssl.com/zhyq_interface'
VUE_APP_API_URL  = 'http://192.168.1.116:10010'
# VUE_APP_API_URL  = 'https://atwl.ahzyssl.com/zhyq_interface'
# VUE_APP_API_URL  = 'http://192.168.1.116:10010'
VUE_APP_API_URL  = 'https://atwl.ahzyssl.com/zhyq_interface'
# VUE_APP_API_URL  = 'http://10.50.250.253:8088/gateway_interface'
admin/src/views/platform/queueUp.vue
@@ -177,14 +177,29 @@
      })
    },
    jiaji(id) {
      this.$dialog.exportConfirm('确认加急吗?')
        .then(() => {
          jobUrge({ id })
            .then(res => {
              this.getPlatGroupList()
            })
        })
        .catch(() => {})
      this.$confirm('确认加急吗?', '提示', {
        confirmButtonText: '确定',
        cancelButtonText: '取消',
        type: 'warning'
      }).then(() => {
        jobUrge({ id })
          .then(res => {
            this.getPlatGroupList()
          })
      }).catch(() => {
      });
      // this.$dialog.exportConfirm('确认加急吗?', {
      //   confirmButtonText: '确定',
      //   cancelButtonText: '取消',
      // })
      //   .then(() => {
      //     jobUrge({ id })
      //       .then(res => {
      //         this.getPlatGroupList()
      //       })
      //   })
      //   .catch(() => {})
    },
    getPlatGroupList() {
      getPlatformGroupList({