src/views/iot/template/index.vue
@@ -450,6 +450,7 @@ created() { this.getList(); this.init(); }, methods: { init() { @@ -461,10 +462,12 @@ getList() { this.loading = true; listTemplate(this.queryParams).then((response) => { console.log(response); this.templateList = response.rows; this.total = response.total; this.loading = false; }); ; }, // 取消按钮 cancel() {