mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 11:19:52 +08:00
update 后管计费模板页面
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
v-model="scope.row.status"
|
v-model="scope.row.status"
|
||||||
active-value="1"
|
active-value="1"
|
||||||
inactive-value="0"
|
inactive-value="0"
|
||||||
@change="changeStatus(scope.row)"
|
disabled="disabled"
|
||||||
>
|
>
|
||||||
</el-switch>
|
</el-switch>
|
||||||
</template>
|
</template>
|
||||||
@@ -293,6 +293,7 @@ export default {
|
|||||||
publishBillingTemplate(data).then(() => {
|
publishBillingTemplate(data).then(() => {
|
||||||
this.$message.success("发布计费模板成功");
|
this.$message.success("发布计费模板成功");
|
||||||
this.publishTemplateId = "";
|
this.publishTemplateId = "";
|
||||||
|
this.getStationBillingTemplateList();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
changeStatus(info) {
|
changeStatus(info) {
|
||||||
|
|||||||
Reference in New Issue
Block a user