Browse Source

upload

release
HolyKnightIX 6 months ago
parent
commit
60a691e142
3 changed files with 3 additions and 2 deletions
  1. BIN
      dist.rar
  2. +1
    -1
      example/page/designer.vue
  3. +2
    -1
      example/page/index.vue

BIN
dist.rar View File


+ 1
- 1
example/page/designer.vue View File

@@ -24,7 +24,7 @@ export default {
methods: {
handleSave(data) {
const obj = {
contentJson: {
contentJsonUpdate: {
id: data.id,
type: data.type,
title: data.title,


+ 2
- 1
example/page/index.vue View File

@@ -284,7 +284,8 @@ export default {
//复制新增
handleCopy(row) {
const data = {
id: row.id
id: row.id,
tenantId: this.tenantId,
}
this.$axios.post(baseUrl + "/print/copyTemplates", data)
.then(res => {


Loading…
Cancel
Save