gaoluyang
2025-02-17 4153ad698ed765a572c70e4315aefa6a4aead35c
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 = {};