ff7ddbe9 by 田浩浩

111

1 parent d13532be
...@@ -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) => {
......