spring
2025-03-25 af62acf44d4424689378b1f0c6bb99b98d47565f
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 = {};