mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-28 08:53:59 +00:00
added refreshcomment button
This commit is contained in:
@@ -333,6 +333,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-auto" v-if="$store.getters.isAdmin">
|
||||
<i class="fa fa-refresh pointer" @click="refreshComment(refund.id)"></i>
|
||||
<span class="btn requestModal no-border" size="large" data-type="chatmodal">
|
||||
<i class="fa fa-comment-o"></i>
|
||||
</span>
|
||||
@@ -456,6 +457,9 @@
|
||||
clickExpandRefundTransactions(){
|
||||
this.expandRefundTransactions = !this.expandRefundTransactions;
|
||||
},
|
||||
refreshComment(id){
|
||||
this.submit(this.route('api.transaction.remark.fetch', id), 'post', this.section, false, false)
|
||||
}
|
||||
},
|
||||
mixins: [componentHandler]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user