Crunchy
2025-03-17 0a26d58a3906b9e13946c7cb46fae51a0de98920
src/components/Excel/luckysheet.vue
@@ -69,10 +69,8 @@
  methods: {
    templateWrite() {
      var option = {};
      console.log(2222, this.data);
      if (this.data != null && this.data != "") {
        option = JSON.parse(this.data);
        console.log(11111, option);
      } else {
        let rowlen = {};
        let columnlen = {};