企标评价 - 修复了动态评价更新重叠的bug
This commit is contained in:
@@ -1753,7 +1753,7 @@ export default {
|
||||
formData: JSON.stringify(this.businessCommentForm),
|
||||
standId: this.$route.params.id,
|
||||
userId: this.$store.getters.userInfo.userId,
|
||||
evaluationType: this.indexType
|
||||
evaluationType: 'dynamic'
|
||||
}
|
||||
|
||||
this.$http.postData('sarEnterpriseStandardEvaluation/quality-evaluation/submitEvaluationForm', allData, {
|
||||
|
||||
Reference in New Issue
Block a user