@@ -518,7 +518,7 @@ export default {
})
},
updateClearSign(info){
- let that = thiss
+ let that = this
this.$service.order.modifyClearSign({id:info.id}).then(data => {
this.$notify({ title: '操作成功', message: '', type: 'success'})
that.refreshData()