@@ -166,7 +166,6 @@ export default {
this.$nextTick(() => {
this.$refs.popup.open()
this.disabled = true
- this.getList()
})
},
@@ -208,6 +207,7 @@ export default {
// 关闭弹窗
closePopup() {
this.$refs.popup.close()
+ this.getList()
}