Commit cfa2def6 authored by zhengke's avatar zhengke

no message

parent 7338c13c
...@@ -216,19 +216,17 @@ export default { ...@@ -216,19 +216,17 @@ export default {
watch: { watch: {
ID: { ID: {
handler(val, oldVal) { handler(val, oldVal) {
this.msg.GuestId = val
this.getList(); this.getList();
}, },
deep: true, deep: true,
}, },
receiptType: { receiptType: {
immediate: true,
handler(val, oldVal) { handler(val, oldVal) {
this.msg.ReFinanceId = val.ReFinanceId this.msg.ReFinanceId = val.ReFinanceId
this.msg.ReFinanceId2 = val.ReFinanceId2 this.msg.ReFinanceId2 = val.ReFinanceId2
this.msg.RelevanceFrId = val.RelevanceFrId this.msg.RelevanceFrId = val.RelevanceFrId
if(val.ReFinanceId){ this.getList()
this.getList()
}
}, },
deep: true, deep: true,
} }
......
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<div style="width:100%;min-height:38px;line-height:38px;" class="cp" <div style="width:100%;min-height:38px;line-height:38px;" class="cp"
@click="openDetails(scope)"> @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> </div>
</template> </template>
</el-table-column> </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