Commit cfa2def6 authored by zhengke's avatar zhengke

no message

parent 7338c13c
......@@ -216,19 +216,17 @@ export default {
watch: {
ID: {
handler(val, oldVal) {
this.msg.GuestId = val
this.getList();
},
deep: true,
},
receiptType: {
immediate: true,
handler(val, oldVal) {
this.msg.ReFinanceId = val.ReFinanceId
this.msg.ReFinanceId2 = val.ReFinanceId2
this.msg.RelevanceFrId = val.RelevanceFrId
if(val.ReFinanceId){
this.getList()
}
this.getList()
},
deep: true,
}
......
......@@ -123,7 +123,7 @@
<template slot-scope="scope">
<div style="width:100%;min-height:38px;line-height:38px;" class="cp"
@click="openDetails(scope)">
<p class="font-color-link cp">{{scope.row.GusetName}}</p>
<p class="font-color-link cp">{{scope.row.GusetName?scope.row.GusetName:'-'}}</p>
</div>
</template>
</el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment