@@ -107,6 +107,7 @@ export function getClientKsSubmit(data = {}) {
headers: {
isToken: true
},
+ isLoading:true,
method: 'post',
data,
timeout: 20000
@@ -66,6 +66,7 @@ export function getClientLianxiSubmit(data = {}) {
@@ -356,9 +356,9 @@
};
console.log(questionData.value)
- uni.showLoading({
- title: '提交中'
- })
+ // uni.showLoading({
+ // title: '提交中'
+ // })
questionData.value.forEach(dl => {
dl.qas.forEach(st => {
@@ -378,7 +378,7 @@
removeCacheKs(data.operId);
}
}).finally(err => {
- uni.hideLoading()
+ // uni.hideLoading()
})
@@ -283,9 +283,9 @@
lxApi.getClientLianxiSubmit(result).then(res => {
if (res.code == 0) {
@@ -293,7 +293,7 @@
subScoreRef.value.showDialog(res.data);
}).finally(() => {