Преглед изворни кода

Merge branch '03/03Lebao' into test

lex-xin пре 4 година
родитељ
комит
26e0bdd227
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/studentManager/modals/addMusic.vue

+ 1 - 1
src/views/studentManager/modals/addMusic.vue

@@ -125,12 +125,12 @@ export default {
 
       musicForm.date = [(operationData.startTime), (operationData.endTime)]
       musicForm.id = operationData.id
-      console.log(musicForm)
     }
   },
   methods: {
     changeCategory(val) {
       this.musicForm.goodsName = "";
+      this.musicForm.goodsId = null;
       if (val) {
         goodsQuery({ goodsCategoryId: val, rows: 99999, type: 'INSTRUMENT' }).then((res) => {
           if (res.code == 200 && res.data) {