81b87665 by jiaozeping@pashanhoo.com
2 parents 2eeb1f49 ff7ddbe9
......@@ -11,7 +11,7 @@
</div>
<div class="xxTableBox">
<table class="xxTable">
<tr v-for="(item, colindex) in columns.slice(0, 3)" :key="colindex">
<tr v-for="(item, colindex) in columns.slice(0, 2)" :key="colindex">
<td>
{{ item.label }}
</td>
......@@ -86,7 +86,6 @@ export default {
loadData () {
getCfdjList({
bdcdyid: this.propsParam.bdcdyid,
bsmSldy: this.propsParam.bsmSldy,
qllx: this.propsParam.qllx,
qszt: this.checkList,
}).then((res) => {
......