lex-xin %!s(int64=4) %!d(string=hai) anos
pai
achega
fc749b357b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {