Pārlūkot izejas kodu

app2.0:修改我的会议(自定义表单);

yanshi
dyy pirms 2 gadiem
vecāks
revīzija
9d47555b69
2 mainītis faili ar 7 papildinājumiem un 3 dzēšanām
  1. +3
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/customapp/customapp.js
  2. +4
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/customapp/single.vue

+ 3
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/customapp/customapp.js Parādīt failu

@@ -26,7 +26,9 @@ export default {
// 返回: scheme, formValue
async getCustomAppForm(prop) {
const { schemeData, formData, keyValue, useDefault } = prop
const schemeInfoId = schemeData.schemeInfoId
// const schemeInfoId = schemeData.schemeInfoId
// dyy 2022-03-18 16:10
const schemeInfoId = schemeData.F_SchemeInfoId

const schemeRef = {}
const refList = []


+ 4
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/customapp/single.vue Parādīt failu

@@ -118,11 +118,13 @@ export default {
return
}

this.EMIT('custom-list-change')
this.TOAST('提交保存成功', 'success')
this.origin = this.COPY(this.current)
this.mode = 'view'
this.editMode = false
this.TOAST('提交保存成功', 'success')
let _this= this;
setTimeout(function(){_this.EMIT('custom-list-change')},3000)
})
return



Notiek ielāde…
Atcelt
Saglabāt