Compare commits

..

No commits in common. "d942fd83f8fc81a7054f410736f4097348fc0cee" and "97fe6d23b3fe4ed8839e11fd204e6bafed92e530" have entirely different histories.

3 changed files with 2 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2023-01-11 09:24:58
* @LastEditTime: 2023-07-20 10:50:58
* @LastEditTime: 2023-07-17 10:39:16
* @LastEditors: zwq
* @Description:
-->
@ -41,7 +41,6 @@
@cancel="handleCancel"
@confirm="handleConfirm"
:before-close="handleCancel"
:destroy-on-close="true"
>
<add-or-update
ref="teamSet"

View File

@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2023-01-11 09:24:58
* @LastEditTime: 2023-07-20 10:49:29
* @LastEditTime: 2023-07-17 10:39:25
* @LastEditors: zwq
* @Description:
-->
@ -27,7 +27,6 @@
@cancel="handleCancel"
@confirm="handleConfirm"
:before-close="handleCancel"
:destroy-on-close="true"
width=70%
>
<add-or-update

View File

@ -30,7 +30,6 @@
@cancel="handleCancel"
@confirm="handleConfirm"
:before-close="handleCancel"
:destroy-on-close="true"
>
<add-or-update ref="addOrUpdate" @refreshDataList="successSubmit"></add-or-update>
</base-dialog>