MrShi
20 小时以前 cf69b541f8ef1ac4fae24bd99b0259b7af035490
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({