BUG修改

This commit is contained in:
a0049873 2022-07-26 14:42:17 +08:00
parent 5f8d005935
commit c09aa9c1b9
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-13 10:22:27
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-26 14:35:22
* @LastEditTime: 2022-07-26 14:41:26
* @Description: 应用上架
-->
<template>
@ -59,7 +59,6 @@
:configure="glzj"
@next="next()"
@back="back()"
@preview="preview()"
:required="required"
:notFilled="notFilled"
></put-on-the-shelf>
@ -72,6 +71,7 @@
:configure="bs"
@submit="submit()"
@back="back()"
@preview="preview()"
:required="required"
:notFilled="notFilled"
></put-on-the-shelf>

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-17 14:11:08
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-26 14:33:42
* @LastEditTime: 2022-07-26 14:39:16
* @Description: 上架
-->
<template>
@ -573,7 +573,7 @@
// ]
// }]
})
const emit = defineEmits(['next', 'back', 'submit'])
const emit = defineEmits(['next', 'back', 'submit', 'preview'])
// console.log('props==========>', props)
const changeAdd = () => {
console.log('子组件方法触发~')