Kaynağa Gözat

fix: 字样出错

zh 2 yıl önce
ebeveyn
işleme
aeb5a9a06f

+ 1 - 1
src/views/sales_control/sales_management/components/return_sales_details.vue

@@ -250,7 +250,7 @@ export default {
     },
     handleSendRevoke(status) {
       sendRefundRevoke({ id: this.detailsId, status }).then(res => {
-        this.$successMsg('撤销货')
+        this.$successMsg('撤销退货')
         this.handleBack()
       })
     },