update 后管计费模板页面

This commit is contained in:
Lemon
2023-06-27 11:22:48 +08:00
parent 582a8296d9
commit 3d9cf1da67

View File

@@ -94,7 +94,7 @@
v-model="scope.row.status"
active-value="1"
inactive-value="0"
@change="changeStatus(scope.row)"
disabled="disabled"
>
</el-switch>
</template>
@@ -293,6 +293,7 @@ export default {
publishBillingTemplate(data).then(() => {
this.$message.success("发布计费模板成功");
this.publishTemplateId = "";
this.getStationBillingTemplateList();
});
},
changeStatus(info) {