缓存线盘点
This commit is contained in:
@@ -318,7 +318,7 @@
|
|||||||
let res = await cacheLineHandCheck('0', this.index2)
|
let res = await cacheLineHandCheck('0', this.index2)
|
||||||
this.disabled4 = false
|
this.disabled4 = false
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.message,
|
title: res.msg,
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
@@ -331,7 +331,7 @@
|
|||||||
let res = await cacheLineHandCheckEnd('1', this.index2)
|
let res = await cacheLineHandCheckEnd('1', this.index2)
|
||||||
this.disabled5 = false
|
this.disabled5 = false
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.message,
|
title: res.msg,
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user