Commit f1a416ed authored by zhang's avatar zhang

fix: 修复发起评审点击返回后再下一步规则bug

parent 738994b7
......@@ -474,7 +474,10 @@ export default {
this.pageIndex = 0
this.formModel = {
reviewType: '0',
reviewSubtype: '0'
reviewSubtype: '0',
biaozhunyaoqiu: '',
yonglibianhao: '',
yonglimiaoshu: ''
}
},
handleShowNextPage() {
......
......@@ -603,6 +603,7 @@ export default {
this.formModel.biaozhunyaoqiu = useCase.serialNumber + useCase.requirements
this.formModel.yonglibianhao = this.selectedUseCase.customizedID
this.formModel.yonglimiaoshu = this.selectedUseCase.description
console.log(this.formModel)
})
},
......@@ -636,6 +637,8 @@ export default {
this.newResDataAdd.usecaseId = this.formModel.yonglibianhao
this.newResDataAdd.usecaseDescribe = this.formModel.yonglimiaoshu
console.log(this.formModel)
// this.newResDataAdd.reviewUsecaseId = ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment