diff --git a/src/views/modules/qc/FQASResultEntry.vue b/src/views/modules/qc/FQASResultEntry.vue
index 1eb7936..0f27e71 100644
--- a/src/views/modules/qc/FQASResultEntry.vue
+++ b/src/views/modules/qc/FQASResultEntry.vue
@@ -97,7 +97,7 @@
查询
审核
删除
- 任务重载
+ 任务重载
{
if (data && data.code === 0) {
this.getDataList()
@@ -2601,13 +2603,16 @@
duration: 1500,
onClose: () => {}
})
+ this.overLoading = false
} else {
+ this.overLoading = false
this.$alert(data.msg, '错误', {
confirmButtonText: '确定'
})
}
+ }).catch(() => {
+ this.overLoading = false
})
- }).catch(() => {
})
} else {
this.$message.warning('检验单必须为待检验状态!')
diff --git a/src/views/modules/qc/IQCResultEntry.vue b/src/views/modules/qc/IQCResultEntry.vue
index 8bbbc74..2c3ca4e 100644
--- a/src/views/modules/qc/IQCResultEntry.vue
+++ b/src/views/modules/qc/IQCResultEntry.vue
@@ -112,7 +112,7 @@
查询
审核
删除
- 任务重载
+ 任务重载
批量合格处理
{
if (data && data.code === 0) {
this.getDataList()
@@ -3234,13 +3236,16 @@
duration: 1500,
onClose: () => {}
})
+ this.overLoading = false
} else {
+ this.overLoading = false
this.$alert(data.msg, '错误', {
confirmButtonText: '确定'
})
}
+ }).catch(() => {
+ this.overLoading = false
})
- }).catch(() => {
})
} else {
this.$message.warning('检验单必须为待检验状态!')
diff --git a/src/views/modules/qc/OQCResultEntry.vue b/src/views/modules/qc/OQCResultEntry.vue
index 103a128..342141f 100644
--- a/src/views/modules/qc/OQCResultEntry.vue
+++ b/src/views/modules/qc/OQCResultEntry.vue
@@ -90,7 +90,7 @@
查询
审核
删除
- 任务重载
+ 任务重载
{
if (data && data.code === 0) {
this.getDataList()
@@ -2568,13 +2570,16 @@
duration: 1500,
onClose: () => {}
})
+ this.overLoading = false
} else {
+ this.overLoading = false
this.$alert(data.msg, '错误', {
confirmButtonText: '确定'
})
}
+ }).catch(() => {
+ this.overLoading = false
})
- }).catch(() => {
})
} else {
this.$message.warning('检验单必须为待检验状态!')