修改秒杀商品表单回显
parent
5f06396f8c
commit
7555ae7a64
|
|
@ -136,7 +136,7 @@ const open = async (type: string, id?: number) => {
|
||||||
dialogVisible.value = true
|
dialogVisible.value = true
|
||||||
dialogTitle.value = t('action.' + type)
|
dialogTitle.value = t('action.' + type)
|
||||||
formType.value = type
|
formType.value = type
|
||||||
console.log(formRef.value.getValues())
|
// console.log(formRef.value.getValues())
|
||||||
await resetForm()
|
await resetForm()
|
||||||
// 修改时,设置数据
|
// 修改时,设置数据
|
||||||
if (id) {
|
if (id) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue