update 添加taskId参数
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
:type="'select'"
|
||||
:triggerChange="false"
|
||||
:options="optionsData[item.dbFieldName]"
|
||||
:dictCode="item.fieldHref ? null : item.dictField"/>
|
||||
:dictCode="item.fieldHref ? null : item.dictField" />
|
||||
<!-- 11, 下拉多选(数据字典) -->
|
||||
<j-multi-select-tag v-else-if="item.fieldShowType === FieldType.OPTION_MORE.value"
|
||||
class="box-input"
|
||||
@@ -483,8 +483,8 @@ export default {
|
||||
*/
|
||||
initProcessData () {
|
||||
this.loading = true
|
||||
const { processInstanceId, draftId } = this.$route.query
|
||||
queryStandardECProcessData({ processInstanceId, draftId }).then(async res => {
|
||||
const { processInstanceId, draftId, taskId } = this.$route.query
|
||||
queryStandardECProcessData({ processInstanceId, draftId, taskId }).then(async res => {
|
||||
if (res.success) {
|
||||
const businessData = Object.assign({}, { ...res.result.businessInfoDTO.businessMap })
|
||||
this.formInline.source = businessData.source
|
||||
|
||||
Reference in New Issue
Block a user