缓存线
This commit is contained in:
@@ -315,7 +315,7 @@
|
||||
async _cacheLineHandCheck () {
|
||||
this.disabled4 = true
|
||||
try {
|
||||
let res = await cacheLineHandCheck('0')
|
||||
let res = await cacheLineHandCheck('0', this.index2)
|
||||
this.disabled4 = false
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
@@ -328,7 +328,7 @@
|
||||
async _cacheLineHandCheckEnd () {
|
||||
this.disabled5 = true
|
||||
try {
|
||||
let res = await cacheLineHandCheckEnd('1')
|
||||
let res = await cacheLineHandCheckEnd('1', this.index2)
|
||||
this.disabled5 = false
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
|
||||
Reference in New Issue
Block a user