This commit is contained in:
2022-11-22 16:51:55 +08:00
parent 19fe1e4c8a
commit adc0a0fad3

View File

@@ -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)