shish 1 yıl önce
ebeveyn
işleme
4dd734e74e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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){
     updateClearSign(info){
-      let that = thiss
+      let that = this
       this.$service.order.modifyClearSign({id:info.id}).then(data => {
       this.$service.order.modifyClearSign({id:info.id}).then(data => {
         this.$notify({ title: '操作成功', message: '', type: 'success'})
         this.$notify({ title: '操作成功', message: '', type: 'success'})
         that.refreshData()
         that.refreshData()