zouyu
2024-03-14 f6c6a4067d68eb1d78a46bf44c279c0faff1d39b
src/components/view/b2-standard-template.vue
@@ -95,7 +95,7 @@
                  font: '编辑',
                  type: 'text',
                  method: 'doDiy',
                  field: ['createUserName', 'updateUserName']
                  field: ['createUserName', 'updateUserName','thing']
               }, {
                  id: 'delete',
                  font: '删除',
@@ -172,6 +172,7 @@
         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),
@@ -199,4 +200,4 @@
         }
      }
   }
</script>
</script>