Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
11 | </div> | 11 | </div> |
12 | <div class="xxTableBox"> | 12 | <div class="xxTableBox"> |
13 | <table class="xxTable"> | 13 | <table class="xxTable"> |
14 | <tr v-for="(item, colindex) in columns.slice(0, 3)" :key="colindex"> | 14 | <tr v-for="(item, colindex) in columns.slice(0, 2)" :key="colindex"> |
15 | <td> | 15 | <td> |
16 | {{ item.label }} | 16 | {{ item.label }} |
17 | </td> | 17 | </td> |
... | @@ -86,7 +86,6 @@ export default { | ... | @@ -86,7 +86,6 @@ export default { |
86 | loadData () { | 86 | loadData () { |
87 | getCfdjList({ | 87 | getCfdjList({ |
88 | bdcdyid: this.propsParam.bdcdyid, | 88 | bdcdyid: this.propsParam.bdcdyid, |
89 | bsmSldy: this.propsParam.bsmSldy, | ||
90 | qllx: this.propsParam.qllx, | 89 | qllx: this.propsParam.qllx, |
91 | qszt: this.checkList, | 90 | qszt: this.checkList, |
92 | }).then((res) => { | 91 | }).then((res) => { | ... | ... |
-
Please register or sign in to post a comment