[update] 企标更改流程传replaceFileId字段取值修改
This commit is contained in:
@@ -482,7 +482,7 @@ export default {
|
||||
async getStandardFile (standardNumber) {
|
||||
await getStandardEditFileByNo({ standardNo: standardNumber }).then(res => {
|
||||
if (res.success) {
|
||||
const fileId = res.result ? res.result.id : ''
|
||||
const fileId = res.result ? res.result.replaceFileId : ''
|
||||
this.standardCanOnlineEditFile = fileId
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user