李林
2024-03-22 28f428180885b4718c676f4815c8d8f96c6add43
src/components/view/b2-standard-template.vue
@@ -63,7 +63,7 @@
      </div>
      <el-dialog title="模板编制" :visible.sync="isShow" width="80%" :before-close="isClose">
         <div style="width: 100%;height: 80vh;overflow: auto;" v-if="isShow">
            <Excel :data="row.thing" :title="row.name" v-loading="loading"></Excel>
            <Excel :data="row.thing" :execlTitle="row.name" v-loading="loading"></Excel>
         </div>
      </el-dialog>
   </div>
@@ -95,7 +95,7 @@
                  font: '编辑',
                  type: 'text',
                  method: 'doDiy',
                  field: ['createUserName', 'updateUserName','thing']
                  field: ['createUserName', 'updateUserName']
               }, {
                  id: 'delete',
                  font: '删除',
@@ -172,7 +172,6 @@
         closed(){
            this.loading = true
            let data = luckysheet.toJson()
            console.log(data);
            this.$axios.post(this.$api.StandardTemplate.upStandardTemplate,{
               id: this.row.id,
               thing: JSON.stringify(data),