水印修改
This commit is contained in:
parent
d53b2b136f
commit
a77e72766f
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -360,6 +360,7 @@ export default {
|
|||
handleClosedModal() {
|
||||
this.$refs['dataForm'].resetFields()
|
||||
this.temp = _.cloneDeep(defaultTmp)
|
||||
removeWatermark(this.$refs.content);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -381,6 +381,7 @@ export default {
|
|||
handleClosedModal() {
|
||||
this.$refs['dataForm'].resetFields()
|
||||
this.temp = _.cloneDeep(defaultTmp)
|
||||
removeWatermark(this.$refs.content);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -457,6 +457,7 @@ export default {
|
|||
handleClosedModal() {
|
||||
this.$refs['dataForm'].resetFields()
|
||||
this.temp = _.cloneDeep(defaultTmp)
|
||||
removeWatermark(this.$refs.content);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -358,6 +358,7 @@ export default {
|
|||
handleClosedModal() {
|
||||
this.$refs['dataForm'].resetFields()
|
||||
this.temp = _.cloneDeep(defaultTmp)
|
||||
removeWatermark(this.$refs.content);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -363,6 +363,7 @@ export default {
|
|||
handleClosedModal() {
|
||||
this.$refs['dataForm'].resetFields()
|
||||
this.temp = _.cloneDeep(defaultTmp)
|
||||
removeWatermark(this.$refs.content);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -376,6 +376,7 @@ export default {
|
|||
this.temp = _.cloneDeep(defaultTmp)
|
||||
this.bidCode = ''
|
||||
this.gtId = ''
|
||||
removeWatermark(this.$refs.content);
|
||||
},
|
||||
handleSidebandChange(val) {
|
||||
const { bidCode, gtId } = val
|
||||
|
|
|
|||
|
|
@ -376,6 +376,7 @@ export default {
|
|||
handleClosedModal() {
|
||||
this.$refs['dataForm'].resetFields()
|
||||
this.temp = _.cloneDeep(defaultTmp)
|
||||
removeWatermark(this.$refs.content);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -575,6 +575,7 @@ export default {
|
|||
this.temp = _.cloneDeep(defaultTmp)
|
||||
this.imageList = []
|
||||
this.delFiles = []
|
||||
removeWatermark(this.$refs.content);
|
||||
},
|
||||
handleClosedBindModal() {
|
||||
this.$refs['dataForm2'].resetFields()
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -342,6 +342,7 @@ export default {
|
|||
this.temp = _.cloneDeep(defaultTmp)
|
||||
this.delFiles = []
|
||||
this.fileList = []
|
||||
removeWatermark(this.$refs.content);
|
||||
},
|
||||
handleChangeFile(file, files) {
|
||||
this.fileList = files
|
||||
|
|
|
|||
|
|
@ -314,6 +314,7 @@ export default {
|
|||
handleClosedModal() {
|
||||
this.$refs['dataForm'].resetFields()
|
||||
this.temp = _.cloneDeep(defaultTmp)
|
||||
removeWatermark(this.$refs.content);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -343,6 +343,7 @@ export default {
|
|||
this.temp = _.cloneDeep(defaultTmp)
|
||||
this.delFiles = []
|
||||
this.fileList = []
|
||||
removeWatermark(this.$refs.content);
|
||||
},
|
||||
handleChangeFile(file, files) {
|
||||
this.fileList = files
|
||||
|
|
|
|||
|
|
@ -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;">
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue