no message
This commit is contained in:
@@ -260,7 +260,7 @@
|
|||||||
// 查询出相关的动态的流程定义信息和相关的动态的数据。然后加载动态的表单
|
// 查询出相关的动态的流程定义信息和相关的动态的数据。然后加载动态的表单
|
||||||
this.flowForm = {}
|
this.flowForm = {}
|
||||||
this.$http({
|
this.$http({
|
||||||
url: this.$http.adornUrl(`/flow/deploy/flowDef/${id}`),
|
url: this.$http.adornUrl('/flow/deploy/flowDef'),
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params: this.$http.adornParams()
|
params: this.$http.adornParams()
|
||||||
}).then(({data}) => {
|
}).then(({data}) => {
|
||||||
|
|||||||
@@ -201,7 +201,7 @@
|
|||||||
dictConfigs: [{url: '/car/car/list', type: 'list', value: 'carId', label: 'carName'}, {type: 'dict', code: 'error_type'}, {url: '/flow/contract/list', type: 'list', value: 'contractId', label: 'contractNumber'}, {url: '/client/client/list', type: 'list', value: 'clientId', label: 'clientName'}],
|
dictConfigs: [{url: '/car/car/list', type: 'list', value: 'carId', label: 'carName'}, {type: 'dict', code: 'error_type'}, {url: '/flow/contract/list', type: 'list', value: 'contractId', label: 'contractNumber'}, {url: '/client/client/list', type: 'list', value: 'clientId', label: 'clientName'}],
|
||||||
dictData: [],
|
dictData: [],
|
||||||
dialogFormVisible: false,
|
dialogFormVisible: false,
|
||||||
flowForm:{id: 'Process_1:2:05cb9af4-03a2-11f0-8846-e40d36456f42', ticketsId: null},
|
flowForm:{ticketsId: null},
|
||||||
dynamiForm:[],
|
dynamiForm:[],
|
||||||
users: [],
|
users: [],
|
||||||
roles: []
|
roles: []
|
||||||
@@ -293,7 +293,7 @@
|
|||||||
this.flowForm = {}
|
this.flowForm = {}
|
||||||
this.flowForm.ticketsId = id
|
this.flowForm.ticketsId = id
|
||||||
this.$http({
|
this.$http({
|
||||||
url: this.$http.adornUrl('/flow/deploy/flowDef/Process_1:2:05cb9af4-03a2-11f0-8846-e40d36456f42'),
|
url: this.$http.adornUrl('/flow/deploy/flowDef'),
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params: this.$http.adornParams()
|
params: this.$http.adornParams()
|
||||||
}).then(({data}) => {
|
}).then(({data}) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user