企标评价 - 修复了动态评价更新重叠的bug

This commit is contained in:
yanyizhou
2021-12-12 10:53:54 +08:00
parent f82b7fdb6e
commit 97fee908ec
@@ -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, {