This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
FumaoPublic
/
Admin_print_designer
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
upload
release
HolyKnightIX
6 months ago
parent
a0ecc32ab2
commit
60a691e142
3 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
dist.rar
+1
-1
example/page/designer.vue
+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: {
contentJson
Update
: {
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 => {
Write
Preview
Loading…
Cancel
Save