[update 解读流程] 主解读人不分发,导入增加参数
This commit is contained in:
+6
-2
@@ -221,7 +221,9 @@ export default {
|
|||||||
standardInterp: '',
|
standardInterp: '',
|
||||||
standardId: '',
|
standardId: '',
|
||||||
splitInfoId: '',
|
splitInfoId: '',
|
||||||
total: 0
|
nodeId: '',
|
||||||
|
taskId: '',
|
||||||
|
projectId: ''
|
||||||
},
|
},
|
||||||
// 禁用导入,分解单来源是不带入时
|
// 禁用导入,分解单来源是不带入时
|
||||||
disabledImport: false
|
disabledImport: false
|
||||||
@@ -311,7 +313,9 @@ export default {
|
|||||||
this.importParams.standardInterp = info.id
|
this.importParams.standardInterp = info.id
|
||||||
this.importParams.standardId = info.standardId
|
this.importParams.standardId = info.standardId
|
||||||
this.importParams.splitInfoId = info.splitInfoId
|
this.importParams.splitInfoId = info.splitInfoId
|
||||||
this.importParams.total = data.data.processStandardInterpretClauseList.length
|
this.importParams.nodeId = this.$route.query.nodeId
|
||||||
|
this.importParams.taskId = this.$route.query.taskId
|
||||||
|
this.importParams.projectId = this.$route.query.projectId
|
||||||
this.dataSource = [info]
|
this.dataSource = [info]
|
||||||
this.formInline = info
|
this.formInline = info
|
||||||
// 默认是少的条款表格
|
// 默认是少的条款表格
|
||||||
|
|||||||
Reference in New Issue
Block a user