debugger
This commit is contained in:
@@ -372,7 +372,6 @@ export default {
|
|||||||
onend: () => {
|
onend: () => {
|
||||||
this.pkId = ''
|
this.pkId = ''
|
||||||
this.ids.push(id)
|
this.ids.push(id)
|
||||||
console.log(this.ids)
|
|
||||||
if (i === len - 1) {
|
if (i === len - 1) {
|
||||||
this._updateWarnTime()
|
this._updateWarnTime()
|
||||||
}
|
}
|
||||||
@@ -885,7 +884,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
async _updateWarnTime () {
|
async _updateWarnTime () {
|
||||||
debugger
|
|
||||||
let res = await updateWarnTime(this.ids)
|
let res = await updateWarnTime(this.ids)
|
||||||
if (res.code === '1') {
|
if (res.code === '1') {
|
||||||
// this.toast(res.desc)
|
// this.toast(res.desc)
|
||||||
|
|||||||
Reference in New Issue
Block a user