debugger
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user