Commit
This commit is contained in:
parent
82969067a2
commit
d2edf45150
|
@ -424,7 +424,7 @@
|
||||||
</template>
|
</template>
|
||||||
</el-input>
|
</el-input>
|
||||||
</div>
|
</div>
|
||||||
<div class="gkxq-group-body" style="display: flex; flex-direction: column;">
|
<div class="gkxq-group-body" style="display: flex; flex-direction: column; overflow: hidden;">
|
||||||
<el-scrollbar style="flex-grow: 1;">
|
<el-scrollbar style="flex-grow: 1;">
|
||||||
<div class="group-item"
|
<div class="group-item"
|
||||||
v-for="(item,index) in zhuanbeitable"
|
v-for="(item,index) in zhuanbeitable"
|
||||||
|
@ -551,7 +551,7 @@
|
||||||
</template>
|
</template>
|
||||||
</el-input>
|
</el-input>
|
||||||
</div>
|
</div>
|
||||||
<div class="gkxq-group-body" style="display: flex; flex-direction: column;">
|
<div class="gkxq-group-body" style="display: flex; flex-direction: column; overflow: hidden;">
|
||||||
<el-scrollbar style="flex-grow: 1;">
|
<el-scrollbar style="flex-grow: 1;">
|
||||||
<div class="group-item"
|
<div class="group-item"
|
||||||
v-for="(item,index) in chuanbotable"
|
v-for="(item,index) in chuanbotable"
|
||||||
|
@ -929,6 +929,7 @@ const equipTypeRowClick = (row: any)=>{
|
||||||
|
|
||||||
const equipRowClick = (row: any, column: any, event: Event)=>{
|
const equipRowClick = (row: any, column: any, event: Event)=>{
|
||||||
// console.log("equipRowClick",row.sid);
|
// console.log("equipRowClick",row.sid);
|
||||||
|
equipInSelect.value = row.sid;
|
||||||
$H.get(`Common/GetFields`,{sid: row.sid, formSid: equipFormSid},{
|
$H.get(`Common/GetFields`,{sid: row.sid, formSid: equipFormSid},{
|
||||||
onSuccess(data) {
|
onSuccess(data) {
|
||||||
const fieldList = data.fieldList.filter(e => {
|
const fieldList = data.fieldList.filter(e => {
|
||||||
|
@ -1117,9 +1118,6 @@ const shipRowClick = (row: any, column: any, event: Event)=>{
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const shipIsSelected = computed((item)=>item.sid == shipInSelect.value);
|
|
||||||
const shipTypeIsSelected = computed((item)=>item.sid == shipTypeInSelect.value);
|
|
||||||
/*船舶 end*/
|
/*船舶 end*/
|
||||||
|
|
||||||
/*潮汐数据 start*/
|
/*潮汐数据 start*/
|
||||||
|
|
Loading…
Reference in New Issue