技术标准 修订类型修改
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user