合并分支 'fix_foton_20230613' 到 'master'

Fix foton 20230613

查看合并请求 laws-foton-slrs/foton-laws-system-front!91
This commit is contained in:
高嵩
2023-06-16 16:33:14 +08:00
2 changed files with 7 additions and 2 deletions
@@ -1886,8 +1886,12 @@ export default {
}
if (submitFlag === true) {
this.commentSubmitLoading = true
let tableData = JSON.parse(JSON.stringify(this.businessCommentTable))
tableData.forEach(item => {
item.processNode = '动态评价'
})
const allData = {
tableData: this.businessCommentTable,
tableData,
formData: JSON.stringify(this.businessCommentForm),
standId: this.$route.params.id,
userId: this.$store.getters.userInfo.userId,
@@ -3029,7 +3029,8 @@
this.form.standNum = this.standNum
// ---
this.form.standYear = year
// this.form.standYear = year
this.form.standYear = this.standYear
this.form.standCode = this.form.standSort + this.form.standNum + ( this.form.standYear === '' ? '' : '-' + this.form.standYear )
// if(this.form.standYear == this.standYear){