feat: There is no way the, bug #52304
This commit is contained in:
@@ -1344,7 +1344,7 @@
|
||||
XGLC: '',
|
||||
GLWJBUSS: '',
|
||||
GLWJBUSSName: '',
|
||||
XCSJBUSS: '',
|
||||
XCSJBUSS: this.dateFormatter(),
|
||||
}, // 标准信息
|
||||
roleForm:{
|
||||
bussUser3: this.$store.getters.userInfo.userId,
|
||||
@@ -1933,6 +1933,7 @@
|
||||
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD'))
|
||||
this.form = mes.form
|
||||
this.form['id'] = mes.form.id
|
||||
this.form.XCSJBUSS = this.dateFormatter()
|
||||
this.standardCheckedList = []
|
||||
this.standardCheckedList.push({id:mes.form.id})
|
||||
this.form['SYCXCLASS'] = this.filterObj(this.form['SYCXCLASS'])
|
||||
@@ -2017,7 +2018,7 @@
|
||||
XGLC: '',
|
||||
GLWJBUSS: '',
|
||||
GLWJBUSSName: '',
|
||||
XCSJBUSS: '',
|
||||
XCSJBUSS: this.dateFormatter(),
|
||||
} // 标准信息
|
||||
},
|
||||
filterObj(obj){
|
||||
|
||||
@@ -1409,7 +1409,7 @@
|
||||
XGLC: '',
|
||||
GLWJBUSS: '',
|
||||
GLWJBUSSName: '',
|
||||
XCSJBUSS: '',
|
||||
XCSJBUSS: this.dateFormatter(),
|
||||
CYCD:'',
|
||||
CYBZ:'',
|
||||
YYBZ:'',
|
||||
@@ -1862,6 +1862,7 @@
|
||||
let mes = JSON.parse(res.mes)
|
||||
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD'))
|
||||
this.form = mes.form
|
||||
this.form.XCSJBUSS = this.dateFormatter()
|
||||
this.FBGBUSSFileList=this.assemble(this.form.FBGBUSS,this.form.FBGBUSSName);
|
||||
this.BZSMBUSSFileList=this.assemble(this.form.BZSMBUSS,this.form.BZSMBUSSName);
|
||||
this.LSBBBUSSFileList=this.assemble(this.form.LSBBBUSS,this.form.LSBBBUSSName);
|
||||
@@ -1936,7 +1937,7 @@
|
||||
XGLC: '',
|
||||
GLWJBUSS: '',
|
||||
GLWJBUSSName: '',
|
||||
XCSJBUSS: '',
|
||||
XCSJBUSS: this.dateFormatter(),
|
||||
} // 标准信息
|
||||
},
|
||||
filterObj(obj){
|
||||
|
||||
Reference in New Issue
Block a user