更新
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user