缓存线盘点

This commit is contained in:
2023-05-24 17:40:07 +08:00
parent f2319cae69
commit 19aa9eb596

View File

@@ -318,7 +318,7 @@
let res = await cacheLineHandCheck('0', this.index2)
this.disabled4 = false
uni.showToast({
title: res.message,
title: res.msg,
icon: 'none'
})
} catch (e) {
@@ -331,7 +331,7 @@
let res = await cacheLineHandCheckEnd('1', this.index2)
this.disabled5 = false
uni.showToast({
title: res.message,
title: res.msg,
icon: 'none'
})
} catch (e) {