|
|
@ -264,7 +264,7 @@ export default { |
|
|
|
console.log("handleSelectRowChange-event:", event) |
|
|
|
console.log("handleSelectRowChange-event:", event) |
|
|
|
const {type, row, column, value, target, $table} = event |
|
|
|
const {type, row, column, value, target, $table} = event |
|
|
|
console.log("stationIdList", JSON.stringify(this.stationIdList)); |
|
|
|
console.log("stationIdList", JSON.stringify(this.stationIdList)); |
|
|
|
target.$refs.vxe.columns[6].options = this.stationIdList; |
|
|
|
target.$refs.vxe.columns[7].options = this.stationIdList; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
/** 当选项被改变时,联动其他组件 */ |
|
|
|
/** 当选项被改变时,联动其他组件 */ |
|
|
|