no message
This commit is contained in:
parent
242ec75113
commit
abc3de6a57
@ -100,7 +100,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<popup-right
|
<popup-right
|
||||||
v-if="showChooseList"
|
v-if="showChooseList"
|
||||||
@cancel='handleCancelPopup'
|
@cancel='showChooseList = false'
|
||||||
@submit="handleSubmitPopup"
|
@submit="handleSubmitPopup"
|
||||||
:title="popupRightTitle"
|
:title="popupRightTitle"
|
||||||
class="popup"
|
class="popup"
|
||||||
@ -297,9 +297,7 @@ export default {
|
|||||||
handlePopupCreat () {
|
handlePopupCreat () {
|
||||||
this.showChooseList = false
|
this.showChooseList = false
|
||||||
// 新建考评组
|
// 新建考评组
|
||||||
},
|
this.$router.push({ name: 'workbench-edit-group' })
|
||||||
handleCancelPopup () {
|
|
||||||
this.showChooseList = false
|
|
||||||
},
|
},
|
||||||
handleSubmitPopup () {
|
handleSubmitPopup () {
|
||||||
this.showChooseList = false
|
this.showChooseList = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user