|  |  |  | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | 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({ | 
|---|