gaoluyang
2025-02-25 8696b4d4c235a73f2bc5c030e20f1ad7c0a7166e
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 = {};