|
@@ -345,7 +345,7 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
handleCurrentChange(val) {
|
|
handleCurrentChange(val) {
|
|
- this.selfScheduleListTotal.curIndex = val
|
|
|
|
|
|
+ this.selfScheduleForm.curIndex = val
|
|
if (this.busyClassName === 'selected') {
|
|
if (this.busyClassName === 'selected') {
|
|
this.queryWorkList()
|
|
this.queryWorkList()
|
|
} else {
|
|
} else {
|