水印修改

This commit is contained in:
cwchen 2024-09-20 17:23:55 +08:00
parent d53b2b136f
commit a77e72766f
21 changed files with 21 additions and 5 deletions

View File

@ -349,6 +349,7 @@ export default {
this.$refs['dataForm'].resetFields()
this.temp = _.cloneDeep(defaultTmp)
this.currentProjectType = ''
removeWatermark(this.$refs.content);
},
handleProjectChange(val) {
const gtSelectRef = this.$refs.gtSelectRef

View File

@ -360,6 +360,7 @@ export default {
handleClosedModal() {
this.$refs['dataForm'].resetFields()
this.temp = _.cloneDeep(defaultTmp)
removeWatermark(this.$refs.content);
}
}
}

View File

@ -338,6 +338,7 @@ export default {
this.dialogFormVisible = false
this.$refs['dataForm'].resetFields()
this.temp = {}
removeWatermark(this.$refs.content);
},
handleProcess(row) {
this.processType = row.proType

View File

@ -838,6 +838,7 @@ export default {
this.imageList2 = []
this.$refs['dataForm'].resetFields()
this.temp = _.cloneDeep(defaultTmp)
removeWatermark(this.$refs.content);
},
handleClosedCompleteModal() {
this.$refs['completeForm'].resetFields()

View File

@ -381,6 +381,7 @@ export default {
handleClosedModal() {
this.$refs['dataForm'].resetFields()
this.temp = _.cloneDeep(defaultTmp)
removeWatermark(this.$refs.content);
}
}
}

View File

@ -457,6 +457,7 @@ export default {
handleClosedModal() {
this.$refs['dataForm'].resetFields()
this.temp = _.cloneDeep(defaultTmp)
removeWatermark(this.$refs.content);
}
}
}

View File

@ -358,6 +358,7 @@ export default {
handleClosedModal() {
this.$refs['dataForm'].resetFields()
this.temp = _.cloneDeep(defaultTmp)
removeWatermark(this.$refs.content);
}
}
}

View File

@ -363,6 +363,7 @@ export default {
handleClosedModal() {
this.$refs['dataForm'].resetFields()
this.temp = _.cloneDeep(defaultTmp)
removeWatermark(this.$refs.content);
}
}
}

View File

@ -357,6 +357,7 @@ export default {
this.temp = _.cloneDeep(defaultTmp)
this.currentProjectType = ''
this.currentSidebandId = ''
removeWatermark(this.$refs.content);
},
handleProjectChange(val) {
const gtSelectRef = this.$refs.gtSelectRef

View File

@ -376,6 +376,7 @@ export default {
this.temp = _.cloneDeep(defaultTmp)
this.bidCode = ''
this.gtId = ''
removeWatermark(this.$refs.content);
},
handleSidebandChange(val) {
const { bidCode, gtId } = val

View File

@ -376,6 +376,7 @@ export default {
handleClosedModal() {
this.$refs['dataForm'].resetFields()
this.temp = _.cloneDeep(defaultTmp)
removeWatermark(this.$refs.content);
}
}
}

View File

@ -575,6 +575,7 @@ export default {
this.temp = _.cloneDeep(defaultTmp)
this.imageList = []
this.delFiles = []
removeWatermark(this.$refs.content);
},
handleClosedBindModal() {
this.$refs['dataForm2'].resetFields()

View File

@ -390,6 +390,7 @@ export default {
handleClosedModal() {
this.$refs['dataForm'].resetFields()
this.temp = _.cloneDeep(defaultTmp)
removeWatermark(this.$refs.content);
},
handleViewStaff(row) {
this.currentTeamId = row.teamId

View File

@ -342,6 +342,7 @@ export default {
this.temp = _.cloneDeep(defaultTmp)
this.delFiles = []
this.fileList = []
removeWatermark(this.$refs.content);
},
handleChangeFile(file, files) {
this.fileList = files

View File

@ -314,6 +314,7 @@ export default {
handleClosedModal() {
this.$refs['dataForm'].resetFields()
this.temp = _.cloneDeep(defaultTmp)
removeWatermark(this.$refs.content);
}
}
}

View File

@ -343,6 +343,7 @@ export default {
this.temp = _.cloneDeep(defaultTmp)
this.delFiles = []
this.fileList = []
removeWatermark(this.$refs.content);
},
handleChangeFile(file, files) {
this.fileList = files

View File

@ -27,7 +27,7 @@
</div>
<el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" width="600px">
<el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" width="600px" @close="closeDialog">
<div ref="content">
<el-form ref="dataForm" :rules="rules" :model="temp" label-position="left" label-width="80px"
style="width: 400px; margin-left:50px;">

View File

@ -74,7 +74,7 @@
</el-table-column>
</el-table>
<el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" width="600px">
<el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" width="600px" @close="closeDialog">
<div ref="content">
<el-form
ref="dataForm"

View File

@ -27,7 +27,7 @@
</div>
<el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" width="600px">
<el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" width="600px" @close="closeDialog">
<div ref="content">
<el-form ref="dataForm" :rules="rules" :model="temp" label-position="left" label-width="80px" style="width: 400px; margin-left:50px;">
<el-form-item label="上级节点" prop="type">

View File

@ -75,7 +75,7 @@
@pagination="getList"
/>
<el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" width="600px">
<el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" width="600px" @close="closeDialog">
<div ref="content">
<el-form
ref="dataForm"

View File

@ -52,7 +52,7 @@
<pagination v-show="total > 0" :total="total" :page.sync="listQuery.pageNum" :limit.sync="listQuery.pageSize"
@pagination="getList" />
<el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" width="600px">
<el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" width="600px" @close="closeDialog">
<div ref="content">
<el-form ref="dataForm" :rules="rules" :model="temp" label-position="right" label-width="80px"
style="width: 400px; margin-left: 50px">