|
|
|
@ -53,9 +53,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</a-card>
|
|
|
|
|
<a-card :bodyStyle="tstyle" :bordered="false">
|
|
|
|
|
<div class="title">
|
|
|
|
|
<i class="iconfont icon-fujian-wenjian"></i><span>附件</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="title"><i class="iconfont icon-fujian-wenjian"></i><span>附件</span></div>
|
|
|
|
|
<div class="content">
|
|
|
|
|
<a-button type="primary" class="file-btn" @click="addFile">新增附件</a-button>
|
|
|
|
|
<div class="file" v-for="(file, findex) in fileList" :key="findex">
|
|
|
|
@ -284,6 +282,7 @@ export default {
|
|
|
|
|
immediate: true,
|
|
|
|
|
handler(nD, oD) {
|
|
|
|
|
if (!nD.id) {
|
|
|
|
|
this.BookingDetail = []
|
|
|
|
|
this.bookingServiceItem = []
|
|
|
|
|
this.fileList = []
|
|
|
|
|
this.remarkList = []
|
|
|
|
|