@@ -239,13 +239,14 @@ export default {
},
// 报错弹窗
getErrorInfo (infoTip) {
+ const _this = this
this.$info({
title: '提示',
content: infoTip,
centered: true,
onOk () {
console.log('我知道了')
- this.clearChooseData()
+ _this.clearChooseData()
}
})