소스 검색

'2023年8月3日10:46:46'

ms
wq 2 년 전
부모
커밋
ed84b5cc79
2개의 변경된 파일13개의 추가작업 그리고 13개의 파일을 삭제
  1. 13
    13
      pages/userInfoUploading/userInfoUploading.vue
  2. BIN
      static/image/icon-select-green.png

+ 13
- 13
pages/userInfoUploading/userInfoUploading.vue 파일 보기

@@ -42,19 +42,19 @@

//获取页面配置
onLoad((opin) => {
request('ac8756cc31eb4816b8eaeb71907ff9c1', {
data: {
qdOrderNo: 'qddd123456'
}
}).then((res) => {
let data = JSON.parse(res.bizContent)
formData.value = JSON.parse(data.config.tableConfig)
console.log('输出内容',formData.value)
start.value = false
nextTick(()=>{
start.value = true
})
})
// request('ac8756cc31eb4816b8eaeb71907ff9c1', {
// data: {
// qdOrderNo: 'qddd123456'
// }
// }).then((res) => {
// let data = JSON.parse(res.bizContent)
// formData.value = JSON.parse(data.config.tableConfig)
// console.log('输出内容',formData.value)
// start.value = false
// nextTick(()=>{
// start.value = true
// })
// })
})

const start = ref(false)

BIN
static/image/icon-select-green.png 파일 보기


Loading…
취소
저장