合并分支 'fix_foton_20230613' 到 'master'
Fix foton 20230613 查看合并请求 laws-foton-slrs/foton-laws-system-front!91
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user