spring
2025-04-10 dab59f7624a2fb8d4114bb67b554ff09d91f810c
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 = {};