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>