suerprisePlus
2024-06-12 76c68b73ec61c505ef91ae2e46ed4eeb704c130b
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() {