Ver a proveniência

移动端生成表单调试

枝江中职分支
yxq há 1 mês
ascendente
cometimento
6ae0c86acd
1 ficheiros alterados com 1 adições e 1 eliminações
  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 Ver ficheiro

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


Carregando…
Cancelar
Guardar