|
@@ -208,13 +208,13 @@ export default {
|
|
|
// 日报点的索引, 真对填写的日报
|
|
|
idx: {
|
|
|
handler(newValue, oldValue) {
|
|
|
- console.log(newValue, oldValue)
|
|
|
+ // console.log(newValue, oldValue)
|
|
|
this.dailyListIndex = newValue
|
|
|
},
|
|
|
},
|
|
|
subjectId: {
|
|
|
handler(newValue, oldValue) {
|
|
|
- console.log(newValue, oldValue)
|
|
|
+ // console.log(newValue, oldValue)
|
|
|
this.optionsOId = newValue
|
|
|
this.multiSelectList = []
|
|
|
if(!this.multiSelect) {
|