apply-clients 3.3.95 → 3.3.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -71,9 +71,11 @@ export default {
71
71
  },
72
72
  methods: {
73
73
  async shouju(row){
74
+ console.log("进入方法 哈哈哈哈哈哈")
74
75
  delete row.id
75
76
  row = Object.assign({},this.selectdata,row)
76
77
  if(row.defname =='报装缴费'){
78
+ console.log("点击缴费了 嘻嘻嘻嘻")
77
79
  let http = new HttpResetClass()
78
80
  let data = {
79
81
  tablename: 't_charge_record',
@@ -85,6 +87,7 @@ export default {
85
87
  })
86
88
  debugger
87
89
  if(res.data.length >0){
90
+ console.log("发请求了 哈哈哈哈哈哈")
88
91
  this.shoufeis=res.data
89
92
  this.shouju2=!this.shouju2
90
93
  }else{