[update] 企标制修订流程,企标更改流程点在线编辑获取到文件id后,调用保存接口
This commit is contained in:
@@ -287,6 +287,7 @@ export default {
|
||||
const params = this.$refs.baseInfoForm.getOnlineEditorParams()
|
||||
if (!this.onEditFile) {
|
||||
this.onEditFile = await onlineEditor(params, this.standardCanOnlineEditFile || '')
|
||||
this.$emit('save')
|
||||
} else {
|
||||
onlineEditor(params, this.onEditFile)
|
||||
}
|
||||
|
||||
+1
@@ -536,6 +536,7 @@ export default {
|
||||
const params = this.$refs.baseInfoForm.getOnlineEditorParams()
|
||||
if (!this.onEditFile) {
|
||||
this.onEditFile = await onlineEditor(params, this.standardCanOnlineEditFile || '')
|
||||
this.$emit('save')
|
||||
} else {
|
||||
onlineEditor(params, this.onEditFile)
|
||||
}
|
||||
|
||||
@@ -179,6 +179,7 @@ export default {
|
||||
params.processId = this.$route.query.processInstanceId
|
||||
if (!this.onEditFile) {
|
||||
this.onEditFile = await onlineEditor(params, this.standardCanOnlineEditFile || '')
|
||||
this.$emit('save')
|
||||
} else {
|
||||
onlineEditor(params, this.onEditFile)
|
||||
}
|
||||
|
||||
@@ -239,6 +239,7 @@ export default {
|
||||
if (validateResult) {
|
||||
console.log(this.onEditFile || this.standardCanOnlineEditFile || '')
|
||||
this.onEditFile = await onlineEditor(params, this.onEditFile || this.standardCanOnlineEditFile || '')
|
||||
this.$emit('save')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
@@ -386,6 +386,7 @@ export default {
|
||||
const params = this.$refs.baseInfoForm.getOnlineEditorParams()
|
||||
if (!this.onEditFile) {
|
||||
this.onEditFile = await onlineEditor(params, this.standardCanOnlineEditFile || '')
|
||||
this.$emit('save')
|
||||
} else {
|
||||
onlineEditor(params, this.onEditFile)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user