浏览代码

修改乐团数据没有重置问题

lex-xin 5 年之前
父节点
当前提交
6c21cf59ec
共有 3 个文件被更改,包括 1 次插入0 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.6b346b5b.js
  3. 1 0
      src/views/order/index.vue

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.6b346b5b.js


+ 1 - 0
src/views/order/index.vue

@@ -349,6 +349,7 @@ export default {
             return false
         }
         getMusicTeams(qs.stringify({ branchId: val })).then(res => {
+            this.topForm.instruments = ''
             // res.data.rows
             // 1.格式化数据
             // 2.追加数据到相应的位置 

部分文件因为文件数量过多而无法显示