From 79abf9c99a239b23a111f40888952bffc3bd611c Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 05 Aug 2022 17:59:11 +0800
Subject: [PATCH] 修复错误
---
src/views/stock/stockout.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/stock/stockout.vue b/src/views/stock/stockout.vue
index e3d6c03..78d8aeb 100644
--- a/src/views/stock/stockout.vue
+++ b/src/views/stock/stockout.vue
@@ -270,7 +270,7 @@
type: "success",
message: "操作成功!"
});
- that.gradec = false;
+ this.gradec = false;
done();
}, error => {
loading();
--
Gitblit v1.9.3