@@ -81,10 +81,12 @@ export default {
},
// 报错弹窗
getErrorInfo (infoTip) {
+ const _this = this
this.$info({
title: '提示',
content: infoTip,
onOk () {
+ _this.$emit('ok')
console.log('我知道了')
}
})
@@ -245,6 +245,7 @@ export default {
centered: true,
+ this.clearChooseData()