Commit c62c2ce3 by 无尘

fix: 修改保存导购

parent 5c675b0f
.task-set-content[data-v-1d9c4e64]{-webkit-box-sizing:border-box;box-sizing:border-box}.task-set-content .w-105[data-v-1d9c4e64]{width:105px}.task-set-content .w-120[data-v-1d9c4e64]{width:120px}.task-set-content .w-161[data-v-1d9c4e64]{width:161px}.task-set-content .m-b-15[data-v-1d9c4e64]{margin-bottom:15px}.task-set-content .p-l-8[data-v-1d9c4e64]{padding-left:8px}.task-set-content .p-l-18[data-v-1d9c4e64]{padding-left:18px}.task-set-content .p-l-24[data-v-1d9c4e64]{padding-left:24px}.task-set-content .p-l-175[data-v-1d9c4e64]{padding-left:175px}.task-set-content .color-1890ff[data-v-1d9c4e64]{color:#2f54eb}.task-set-content .color-f5222d[data-v-1d9c4e64]{color:#f5222d}.task-set-content .colorFirst[data-v-1d9c4e64]{color:#303133;font-weight:600}
\ No newline at end of file
.task-set-content[data-v-0690239e]{-webkit-box-sizing:border-box;box-sizing:border-box}.task-set-content .w-105[data-v-0690239e]{width:105px}.task-set-content .w-120[data-v-0690239e]{width:120px}.task-set-content .w-161[data-v-0690239e]{width:161px}.task-set-content .m-b-15[data-v-0690239e]{margin-bottom:15px}.task-set-content .p-l-8[data-v-0690239e]{padding-left:8px}.task-set-content .p-l-18[data-v-0690239e]{padding-left:18px}.task-set-content .p-l-24[data-v-0690239e]{padding-left:24px}.task-set-content .p-l-175[data-v-0690239e]{padding-left:175px}.task-set-content .color-1890ff[data-v-0690239e]{color:#2f54eb}.task-set-content .color-f5222d[data-v-0690239e]{color:#f5222d}.task-set-content .colorFirst[data-v-0690239e]{color:#303133;font-weight:600}
\ No newline at end of file
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-12 10:48:40
* @LastEditors: 无尘
* @LastEditTime: 2020-11-27 09:45:29
* @LastEditTime: 2020-11-27 09:48:26
-->
<template>
<div class="common-app-right">
......@@ -152,6 +152,7 @@ export default {
sumData += Number(ele.performanceValue);
});
that.performanceSum = Number(sumData).toFixed(2);
that.diffData();
},
diffData() {
const that = this;
......
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