|
|
@@ -353,7 +353,7 @@ export default {
|
|
|
this.reportArchieveService.queryById(this.inputForm.id).then((data) => {
|
|
|
console.log('s', data)
|
|
|
this.inputForm = this.recover(this.inputForm, data)
|
|
|
- this.reportArchieveService.getReportNo(this.inputForm.reportNoType).then((data1) => {
|
|
|
+ this.reportArchieveService.getFileBoxNumber(this.inputForm.reportNo).then((data1) => {
|
|
|
if (this.commonJS.isNotEmpty(data1.fileBoxNumber)) {
|
|
|
let fileBoxNumber = ''
|
|
|
let updateName = ''
|