Revert "[update] 企标制修订流程,企标更改流程点在线编辑获取到文件id后,调用保存接口"
This reverts commit a944dcf8
This commit is contained in:
@@ -287,7 +287,6 @@ 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,7 +536,6 @@ 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,7 +179,6 @@ 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,7 +239,6 @@ export default {
|
||||
if (validateResult) {
|
||||
console.log(this.onEditFile || this.standardCanOnlineEditFile || '')
|
||||
this.onEditFile = await onlineEditor(params, this.onEditFile || this.standardCanOnlineEditFile || '')
|
||||
this.$emit('save')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
-1
@@ -386,7 +386,6 @@ 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