diff --git a/src/pages/quality/Materialinspection/index.vue b/src/pages/quality/Materialinspection/index.vue index acd2841..a9938f8 100644 --- a/src/pages/quality/Materialinspection/index.vue +++ b/src/pages/quality/Materialinspection/index.vue @@ -149,7 +149,7 @@
实际值:
-
实际值:
+
实际值:
@@ -209,11 +209,11 @@
-
不合格描述:
+
- +
-
- -
-
- 测量值增加 +
+
+
+
+ 测量值增加 +
@@ -421,6 +422,11 @@ + + + 系统自动保存中请勿操作 + + diff --git a/src/utils/request.ts b/src/utils/request.ts index 54778cc..1b95191 100644 --- a/src/utils/request.ts +++ b/src/utils/request.ts @@ -36,11 +36,17 @@ http.interceptors.request.use( //'http://192.168.202.34:30000'; //正式 } // 所有请求默认提示加载中 - if (!loading) { - uni.showLoading({ title: '加载中' }); + if (config.url == '/prod-api/quality/handCheck/commitCheckResultsCg') { + loading = undefined; + uni.hideLoading(); } else { - clearTimeout(loading); + if (!loading) { + uni.showLoading({ title: '加载中' }); + } else { + clearTimeout(loading); + } } + // 在请求发送之前做一些处理 config.header['Referrer-Policy'] = 'strict-origin-when-cross-origin'; config.header['poolName'] = session.PoolName;