shish 1 year ago
parent
commit
4dd734e74e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ghs/src/views/order/list.vue

+ 1 - 1
ghs/src/views/order/list.vue

@@ -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()