缓存线盘点
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user