Commit 016f85c1 by crushh

update: dist

parent ac15f071
...@@ -391,9 +391,6 @@ ...@@ -391,9 +391,6 @@
<el-dropdown-item command="3" v-if="scope.row.canEdit && $getButtonLimit($buttonCode.couponDelete)" :limit-code="$buttonCode.couponDelete"> <el-dropdown-item command="3" v-if="scope.row.canEdit && $getButtonLimit($buttonCode.couponDelete)" :limit-code="$buttonCode.couponDelete">
删除 删除
</el-dropdown-item> </el-dropdown-item>
<el-dropdown-item command="3" v-if="scope.row.canEdit && $getButtonLimit($buttonCode.couponDelete)" :limit-code="$buttonCode.couponDelete">
删除
</el-dropdown-item>
</el-dropdown-menu> </el-dropdown-menu>
</el-dropdown> </el-dropdown>
<!-- <el-popover placement="top" width="160" v-model="scope.row.visible2" style="margin-left:8px"> <!-- <el-popover placement="top" width="160" v-model="scope.row.visible2" style="margin-left:8px">
......
...@@ -1123,6 +1123,7 @@ export default { ...@@ -1123,6 +1123,7 @@ export default {
const res = await request.post('/api-integral-mall/get-integral-mall-CashCost', qs.stringify(params)); const res = await request.post('/api-integral-mall/get-integral-mall-CashCost', qs.stringify(params));
if (res.data.errorCode === 0) { if (res.data.errorCode === 0) {
if (res.data.result.costValue) { if (res.data.result.costValue) {
this.costValueArr = [];
const arr = res.data.result.costValue.split(','); const arr = res.data.result.costValue.split(',');
arr.forEach(item => { arr.forEach(item => {
this.costValueArr.push(Number(item)); this.costValueArr.push(Number(item));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment