Browse Source

bug修改

wangfei 6 years ago
parent
commit
02d74318bc

+ 2
- 2
src/pages/system/dataStatistics/cardCouponUsedList/index.vue View File

@@ -97,7 +97,7 @@
97 97
           prop="ReceivingType"
98 98
           label="获取方式">
99 99
           <template slot-scope="scope">
100
-            {{scope.row.ReceivingType === 'event' ? '系统' : scope.row.ReceivingType === 'case' ? '案场' : scope.row.ReceivingType === 'channel' ? '渠道' : scope.row.ReceivingType === 'give' ? '后台赠送' : ''}}
100
+            {{scope.row.ReceivingType === 'event' ? '系统' : scope.row.ReceivingType === 'sales' ? '案场' : scope.row.ReceivingType === 'channel' ? '渠道' : scope.row.ReceivingType === 'give' ? '后台赠送' : ''}}
101 101
           </template>
102 102
         </el-table-column>
103 103
         <el-table-column
@@ -182,7 +182,7 @@ export default {
182 182
         id: ''
183 183
       }, {
184 184
         value: '案场',
185
-        id: 'case'
185
+        id: 'sales'
186 186
       }, {
187 187
         value: '渠道',
188 188
         id: 'channel'

+ 1
- 1
src/pages/system/verificationManager/qrcodeVerification/verificationList/index.vue View File

@@ -199,7 +199,7 @@ export default {
199 199
       this.dialogVisible = false
200 200
       this.getKeyList({
201 201
         ...this.postData,
202
-        caseid: this.CaseId,
202
+        caseid: this.currentItem.CaseId,
203 203
       }).then((res) => {
204 204
         // console.log(JSON.stringify(res))
205 205
         this.dialogTotal = res.pagenum