From 1be1b02ce28638c92076e4d40afec70a3f4c2249 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 07 五月 2024 14:37:02 +0800 Subject: [PATCH] 产品模块 启用多单位点击取消关闭复选框+点击确定的时候增加至少填写一项的校验 --- src/views/reportForm/monthboundDetail/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/reportForm/monthboundDetail/index.vue b/src/views/reportForm/monthboundDetail/index.vue index 95aec7e..1d099fe 100644 --- a/src/views/reportForm/monthboundDetail/index.vue +++ b/src/views/reportForm/monthboundDetail/index.vue @@ -1,7 +1,7 @@ <template> <div class="rightContent"> <div class="top"> - <SearchCommonView :add-title="'鏂板缓'" :showAdd="false" :placeholder="'璇锋牴鎹叧閿瘝杩涜鎼滅储'" :amount-view="false" + <SearchCommonView :add-title="'鏂板缓'" :showAdd="false" :placeholder="'璇疯緭鍏ヤ骇鍝佺紪鐮�/浜у搧鍚嶇О鎼滅储'" :amount-view="false" @searchClick="getList" > <template slot="leftButton"> <el-date-picker @@ -212,8 +212,8 @@ async getData() { this.isTableOneLoading = true; await getmonthStats({ - data:this.monthBoundObject.date, - keyWord: this.monthBoundObject.keyWord, + date:this.monthBoundObject.date, + keyword: this.monthBoundObject.keyWord, page: this.pagerOptions.currPage, pageSize: this.pagerOptions.pageSize }).then((res) => { -- Gitblit v1.8.0