This commit is contained in:
liushuai
2018-12-28 17:20:16 +08:00
parent 0d86d16d0e
commit 4257b3f078
4 changed files with 11 additions and 1 deletions

View File

@@ -36,6 +36,7 @@
:data="tableData"
highlight-current-row
border
size="mini"
style="width: 100%;max-height: 520px"
height="520">
<el-table-column
@@ -109,6 +110,7 @@
v-loading="loadingWB"
:data="tableDataWB"
style="width: 100%;min-height: 600px;"
size="mini"
height="600"
highlight-current-row
border>
@@ -211,8 +213,9 @@ export default {
},
watch: {
project(val) {
console.log(val)
if (val.length > 0) {
this.projectValue = val[1].value
this.projectValue = val[0].value
}
},
projectValue(val) {