[update] 修改流程中驳回光标在备注文本框的时候,可以操作成功的bug;企标更改流程增加replaceFileId字段传的是在线编辑本身就可以用的文件
This commit is contained in:
@@ -467,7 +467,7 @@ export default {
|
||||
this.switchValue = 'base'
|
||||
}
|
||||
this.$nextTick(() => {
|
||||
this.approvalInfoForm.validateFields((err, values) => {
|
||||
this.approvalInfoForm.validateFields({ force: true }, (err, values) => {
|
||||
if (!err) {
|
||||
this.loading = true
|
||||
const param = {}
|
||||
|
||||
Reference in New Issue
Block a user