From a63d71177a2899b01da37e5bfc2d498bec5f80be Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期二, 17 十月 2023 15:10:13 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/crm-web into zhengwenfeng/modify-style --- src/views/other/payment/collectionPlan/AddCollectionPlan.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/other/payment/collectionPlan/AddCollectionPlan.vue b/src/views/other/payment/collectionPlan/AddCollectionPlan.vue index 7a67908..f3d9da6 100644 --- a/src/views/other/payment/collectionPlan/AddCollectionPlan.vue +++ b/src/views/other/payment/collectionPlan/AddCollectionPlan.vue @@ -32,7 +32,7 @@ <div>{{ editConfig.infomation.amountTotal }}</div> </div> <div class="collection-view"> - <div class="label">鏀舵璁″垝璐熻矗浜�</div> + <div class="label"><span style="color: #f56c6c">*</span>鏀舵璁″垝璐熻矗浜�</div> <el-select v-model="editConfig.infomation.principalId" placeholder="璇烽�夋嫨" @@ -182,7 +182,6 @@ mergeNumber: 7 }, tableData: [], - productId: 1, addProductArr: [], memberOptions: [], allTerms: 3, @@ -265,6 +264,7 @@ }, handleClose() { this.editConfig.visible = false + this.$parent.getData() }, setTableForm() { this.setTableInfomation(this.firstDate) -- Gitblit v1.8.0