浏览代码

移动端生成表单调试

枝江中职分支
yxq 1 个月前
父节点
当前提交
6ae0c86acd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/customapp/single.vue

+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/customapp/single.vue 查看文件

@@ -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) {


正在加载...
取消
保存