From cd65ad764e3e9cf2fa3574476d946626f805a745 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期一, 26 八月 2024 17:41:09 +0800
Subject: [PATCH] 样品管理状态变更+认领刷新
---
src/components/do/b1-inspect-order-plan/Inspection.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index 4dcd1af..cbbee28 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -3310,7 +3310,7 @@
console.error(error)
this.reviewLoading = false;
})
- } else if (e == 1) {
+ } else{
// 鍐嶆璇曢獙
this.reviewDia = true;
}
@@ -3405,6 +3405,7 @@
verifyUser: this.verifyUser
}).then( res => {
if (res.code === 200) {
+ this.submitLoading = false;
this.$message.success("鎿嶄綔鎴愬姛")
this.$emit('goback')
}
@@ -3415,7 +3416,6 @@
}
}
- this.submitLoading = false;
}).catch(error => {
console.error(error)
this.submitLoading = false;
--
Gitblit v1.9.3