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: () => {
this.pkId = ''
this.ids.push(id)
console.log(this.ids)
if (i === len - 1) {
this._updateWarnTime()
}
@@ -885,7 +884,6 @@ export default {
}
},
async _updateWarnTime () {
debugger
let res = await updateWarnTime(this.ids)
if (res.code === '1') {
// this.toast(res.desc)