修改错误信息及关闭不好使的问题
This commit is contained in:
parent
1aa30fa1ae
commit
be0282a1e2
|
|
@ -16,7 +16,7 @@
|
|||
<NuConfigSuppliersApplyDetailForm ref="registerFormDetail" @ok="submitCallback" :formDisabled="disableSubmit" :formBpm="false">
|
||||
</NuConfigSuppliersApplyDetailForm>
|
||||
<template #footer>
|
||||
<a-button type="primary" style="margin-right: 8px" @click="handleCancel">关2闭</a-button>
|
||||
<a-button type="primary" style="margin-right: 8px" @click="handleCancelDetail">关闭</a-button>
|
||||
<a-button type="primary" @click="handleOk" v-if="!disableSubmit">确认</a-button>
|
||||
</template>
|
||||
</a-drawer>
|
||||
|
|
@ -81,6 +81,9 @@ function submitCallback() {
|
|||
function handleCancel() {
|
||||
visible.value = false;
|
||||
}
|
||||
function handleCancelDetail() {
|
||||
visibleDetail.value = false;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue