Quellcode durchsuchen

Merge branch 'master' of http://47.100.37.243:10191/wutt/manHourHousekeeper into master

seyason vor 1 Jahr
Ursprung
Commit
a6b6da3e52

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/src/components/select.vue

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

Datei-Diff unterdrückt, da er zu groß ist
+ 3 - 3
fhKeeper/formulahousekeeper/timesheet/src/components/taskComponent.vue