From f1040fcf40c00a7108e1276b4c70103c735c3548 Mon Sep 17 00:00:00 2001 From: ryoeiken <754264374@qq.com> Date: Mon, 21 Dec 2020 17:43:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/fantang/subsidy/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/fantang/subsidy/index.vue b/ruoyi-ui/src/views/fantang/subsidy/index.vue index 315fad587..bb97dd20f 100644 --- a/ruoyi-ui/src/views/fantang/subsidy/index.vue +++ b/ruoyi-ui/src/views/fantang/subsidy/index.vue @@ -399,9 +399,9 @@ export default { // console.log("change") staffListWithDepart(this.giveOutQueryParams).then(response => { this.staffData = response.data; - for (let i = 0; i < this.staffData.length; i++) { - this.staffData[i].giveOutFlag = true; - } + // for (let i = 0; i < this.staffData.length; i++) { + // this.staffData[i].giveOutFlag = true; + // } console.log(this.staffData); }) },