技术标准 修订类型修改

This commit is contained in:
zyx.net
2022-11-17 18:40:19 +08:00
parent 01ed5b553f
commit 8c8947f230
@@ -2683,6 +2683,7 @@
*/
getFormFieldList (item) {
this.$nextTick(() => {
console.log(item);
this.form = JSON.parse(JSON.stringify(item))
this.form.topId = this.pId
this.form.prcNum = this.prcNum
@@ -2801,7 +2802,10 @@
this.form.standCode = this.form.standSort + ' ' + this.form.standNum + ( this.form.standYear === '' ? '' : '-' + this.form.standYear )
}
this.formKey++
}else {
} else if(this.form.reviseStatus === '3'){
this.form.standCode = this.form.standCode
this.formKey++
} else {
this.$http.get('lawss/sarBussionessStand/getStandInfoByReviseStatus',{reviseStatus:'buss1_'+this.form.reviseStatus,standSort:this.form.standSort,taskId: this.taskIds}, {
_this: this
}, res => {