feat: There is no way the, bug #55745 #55786

This commit is contained in:
396572590@qq.com
2022-06-22 16:01:11 +08:00
parent 8ddbbe7d8f
commit 868cdcb871
2 changed files with 4 additions and 8 deletions
@@ -1085,13 +1085,6 @@
}
}
},
'form.standSort': {
handler (val) {
if (val !== '' && val !== null && typeof (val) !== 'undefined') {
this.getStandInfoByReviseStatus("")
}
}
},
filterText(val) {
this.$refs.tree.filter(val);
},
@@ -2459,6 +2452,7 @@
this.form.commentText = this.formTongGuo.commentText
this.form.approvalOpinion = this.formTongGuo.approvalOpinion
this.form.topId = this.pId
this.form.reviseStatus = 'buss2_'+this.form.standStatus
const json = JSON.stringify(this.form);
this.$http.post('lawss/activiti/completeTask', {
taskIds: this.taskIds,
@@ -2649,6 +2643,7 @@
this.form.standNumber = standSn
this.form.standYear = year // 待带入立项标准
this.form.standCode = this.form.standSort + ' ' + standSn + ( this.form.standYear === '' ? '' : '-' + this.form.standYear )
console.log(this.form)
if(type === '1'){
this.isSubmit = false
this.saveLoading = false
@@ -2486,6 +2486,7 @@
this.form.commentText = this.formTongGuo.commentText
this.form.approvalOpinion = this.formTongGuo.approvalOpinion
this.form.topId = this.pId
this.form.reviseStatus = 'buss1_'+this.form.reviseStatus
const json = JSON.stringify(this.form);
this.$http.post('lawss/activiti/completeTask', {
taskIds: this.taskIds,
@@ -2705,7 +2706,7 @@
_this: this
}, res => {
const obj = res.data
let standSn = (obj === null || obj.newStandSn === null) ? '001' : obj.newStandSn
let standSn = (obj === null || obj.newStandSn === null) ? '2280' : obj.newStandSn
this.form.standSn = standSn
this.form.standNumber = standSn
this.form.standYear = this.regDate(year) // 待带入立项标准