spring
2025-02-24 c43faa47954d820d3b92eb1db113197e4bea67a4
src/components/Excel/luckysheet.vue
@@ -63,8 +63,10 @@
  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 = {};