diff --git a/pages/admin/gps/withdraw/Index.vue b/pages/admin/gps/withdraw/Index.vue
index 1213019..4d7cb52 100644
--- a/pages/admin/gps/withdraw/Index.vue
+++ b/pages/admin/gps/withdraw/Index.vue
@@ -10,6 +10,7 @@
{{ requestData.userId?.city_name }}
{{ requestData.userId?.national_code }}
{{ requestData.userId?.shopName }}
+ {{ requestData.trackingNumber }}
@@ -20,15 +21,15 @@
-
@@ -209,8 +210,6 @@ export default {
},
methods: {
showDialog(data) {
- console.log(data)
-
this.requestData = data
this.centerDialogVisible = true
},
@@ -239,6 +238,9 @@ export default {
type: 'success',
message: res.data.msg
})
+ this.trackingNumber = null
+ this.centerDialogVisible = false
+
this.$nuxt.refresh()
})
.catch(err => {