update 添加taskId参数

This commit is contained in:
赵霄
2023-11-23 11:12:21 +08:00
parent 2d9afbe3d9
commit 951aa228ac
@@ -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