|
|
@@ -111,7 +111,7 @@ export default { |
|
|
|
this.LOADING('正在提交…') |
|
|
|
const formValue = this.$refs.form.getFormValue() |
|
|
|
const postData = await this.getPostData(formValue, this.scheme) |
|
|
|
|
|
|
|
postData[0].schemeInfoId = this.schemeId |
|
|
|
this.HTTP_POST('learun/adms/form/save', postData, '表单提交保存失败').then(success => { |
|
|
|
this.HIDE_LOADING() |
|
|
|
if (!success) { |
|
|
|