diff --git a/src/views/stocked/MoveLibrary/index.vue b/src/views/stocked/MoveLibrary/index.vue
index 8594d0f..86d9ff3 100644
--- a/src/views/stocked/MoveLibrary/index.vue
+++ b/src/views/stocked/MoveLibrary/index.vue
@@ -102,10 +102,10 @@
-
-
diff --git a/src/views/stocked/MoveTransformation/index.vue b/src/views/stocked/MoveTransformation/index.vue
index 568269e..82aaeef 100644
--- a/src/views/stocked/MoveTransformation/index.vue
+++ b/src/views/stocked/MoveTransformation/index.vue
@@ -91,10 +91,10 @@
-
+
-
+
@@ -148,7 +148,7 @@
- 转换
+ 转换
diff --git a/src/views/stocked/careerAssistanceCheck/index.vue b/src/views/stocked/careerAssistanceCheck/index.vue
index c105978..9bac13a 100644
--- a/src/views/stocked/careerAssistanceCheck/index.vue
+++ b/src/views/stocked/careerAssistanceCheck/index.vue
@@ -105,7 +105,7 @@
搜索
- 审核
+ 审核
@@ -575,6 +575,7 @@ const { tableContainer, tableHeight, updateTableHeight, handleResize } = bTableH
commitDate: state.commitDate
})
})
+ state.loadings = true;
checkMaterialPack(paramList)
.then((res: any) => {
if (res.success) {
@@ -583,6 +584,7 @@ const { tableContainer, tableHeight, updateTableHeight, handleResize } = bTableH
} else {
proxy.$ElMessage.warning(res.message)
}
+ state.loadings = false
}).catch(() => { })
}
diff --git a/src/views/stocked/careerAssistanceInquiry/index.vue b/src/views/stocked/careerAssistanceInquiry/index.vue
index 346ff14..2f5bb03 100644
--- a/src/views/stocked/careerAssistanceInquiry/index.vue
+++ b/src/views/stocked/careerAssistanceInquiry/index.vue
@@ -318,7 +318,7 @@
type="primary"
@click="modifiedRemark"
:disabled="state.CAREER_ASSISTANCEDrawer"
- v-loading="state.loadings"
+ v-loading.fullscreen.lock="state.loadings"
>更新
diff --git a/src/views/stocked/notPosted/index.vue b/src/views/stocked/notPosted/index.vue
index b5758b2..20e7547 100644
--- a/src/views/stocked/notPosted/index.vue
+++ b/src/views/stocked/notPosted/index.vue
@@ -120,7 +120,7 @@
- 更新
+ 更新
@@ -269,6 +269,7 @@ function updateInfo() {
if (!valid) {
return
}
+ state.loadings = true;
updatePacking({
...state.updateParams,
dataList: state.selection,
@@ -282,6 +283,7 @@ function updateInfo() {
} else {
proxy.$ElMessage.error(res.message)
}
+ state.loadings = false;
})
});
}