庞东旭 2年前
コミット
27967dfaf8
2個のファイルの変更3行の追加2行の削除
  1. +2
    -2
      config/index.js
  2. +1
    -0
      src/views/yinnong/done.vue

+ 2
- 2
config/index.js ファイルの表示

@@ -12,8 +12,8 @@ module.exports = {
proxyTable: {
"/api": {
// 请求的目标主机
target: 'http://116.255.223.226:8081/nsgk_test/',
//target: 'http://localhost:8080/',
// target: 'http://116.255.223.226:8081/nsgk_test/',
target: 'http://localhost:8080/',
changeOrigin: true,
pathRewrite: {
'^/api': ''


+ 1
- 0
src/views/yinnong/done.vue ファイルの表示

@@ -143,6 +143,7 @@
case 'accepting':
this.$router.push({name:'approvalForm',query: {id:item.formData.id,taskId:item.taskId,instanceId:item.formData.instanceId,type:item.type}})
break;
case 'toReviewTransferProcess':
case 'yinnong_transfer':
if(item.formData.transferType == '10'){
this.$router.push({name:'approvalApproval10',query: {id:item.formData.id,taskId:item.taskId,type:item.type}})


読み込み中…
キャンセル
保存