From 4f912f23e61912cb3195ca168f23bb521bf8b309 Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期四, 21 九月 2023 13:37:16 +0800
Subject: [PATCH] 企业端
---
company_admin/src/views/business/goods.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/company_admin/src/views/business/goods.vue b/company_admin/src/views/business/goods.vue
index 1b081e2..ff3547d 100644
--- a/company_admin/src/views/business/goods.vue
+++ b/company_admin/src/views/business/goods.vue
@@ -216,7 +216,7 @@
status: type
}).then(res => {
this.$message.success({ message: res })
- this.search()
+ this.handlePageChange()
})
},
downloadFile() {
@@ -286,7 +286,9 @@
}).then(res => {
this.$tip.apiSuccess('鏇存柊鎴愬姛')
}).finally(() => {
- // this.search()
+ this.search()
+ }).catch(err => {
+ this.$message.warning({ message: err.message })
})
},
turnNum (nums) {
--
Gitblit v1.9.3