소스 검색

修改乐器

lex-xin 4 년 전
부모
커밋
fc749b357b
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) {