提交修改

dev
dshclm 11 months ago
parent f6bccff7c7
commit 3f65f54661

@ -323,6 +323,7 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消',
inputType: 'textarea',
customClass: 'custom-prompt'
}).then(({ value }) => {
applyBack(this.applyId, value).then(res => {
if (res.code === 200){
@ -352,6 +353,13 @@ export default {
}
};
</script>
<style lang="scss">
.custom-prompt{
.el-textarea__inner{
min-height: 120px !important;
}
}
</style>
<style scoped lang="scss">
::v-deep .el-dialog--center .el-dialog__body {
padding-bottom: 0;
@ -360,7 +368,6 @@ export default {
::v-deep .el-dialog__footer {
padding: 0;
}
.fullscreen-dialog {
.el-dialog__wrapper {
position: fixed;
@ -371,7 +378,6 @@ export default {
z-index: 1000;
background-color: rgba(0, 0, 0, 0.5); /* 遮罩层透明度 */
}
.el-dialog {
width: 100%;
height: 100%;

@ -404,7 +404,7 @@ export default {
checkUploadFile(this.applyId,this.applyParam.applyType).then((res)=>{
if (res.code === 200){
updateApply(this.form).then(response => {
this.$modal.msgSuccess("保存成功");
this.$modal.msgSuccess("提交成功");
this.open = false;
this.editOpen = false
this.getList();

@ -375,7 +375,7 @@ export default {
this.$refs["form"].validate(valid => {
if (valid) {
scoreSave(saveParams).then(response => {
this.$modal.msgSuccess("保存成功");
this.$modal.msgSuccess("提交成功");
this.editOpen = false
this.getList();
});
@ -394,6 +394,7 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消',
inputType: 'textarea',
customClass: 'custom-prompt'
}).then(({ value }) => {
applyBack(this.applyId, value).then(res => {
if (res.code === 200){

@ -322,6 +322,7 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消',
inputType: 'textarea',
customClass: 'custom-prompt'
}).then(({ value }) => {
applyBack(this.applyId, value).then(res => {
if (res.code === 200){

@ -404,7 +404,7 @@ export default {
checkUploadFile(this.applyId,this.applyParam.applyType).then((res)=>{
if (res.code === 200){
updateApply(this.form).then(response => {
this.$modal.msgSuccess("保存成功");
this.$modal.msgSuccess("提交成功");
this.open = false;
this.editOpen = false
this.getList();

@ -375,7 +375,7 @@ export default {
this.$refs["form"].validate(valid => {
if (valid) {
scoreSave(saveParams).then(response => {
this.$modal.msgSuccess("保存成功");
this.$modal.msgSuccess("提交成功");
this.editOpen = false
this.getList();
});
@ -394,6 +394,7 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消',
inputType: 'textarea',
customClass: 'custom-prompt'
}).then(({ value }) => {
applyBack(this.applyId, value).then(res => {
if (res.code === 200){

@ -318,6 +318,7 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消',
inputType: 'textarea',
customClass: 'custom-prompt'
}).then(({ value }) => {
applyBack(this.applyId, value).then(res => {
if (res.code === 200){

@ -397,7 +397,7 @@ export default {
checkUploadFile(this.applyId,this.applyParam.applyType).then((res)=>{
if (res.code === 200){
updateApply(this.form).then(response => {
this.$modal.msgSuccess("保存成功");
this.$modal.msgSuccess("提交成功");
this.open = false;
this.editOpen = false
this.getList();

@ -372,7 +372,7 @@ export default {
this.$refs["form"].validate(valid => {
if (valid) {
scoreSave(saveParams).then(response => {
this.$modal.msgSuccess("保存成功");
this.$modal.msgSuccess("提交成功");
this.editOpen = false
this.getList();
});
@ -391,6 +391,7 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消',
inputType: 'textarea',
customClass: 'custom-prompt'
}).then(({ value }) => {
applyBack(this.applyId, value).then(res => {
if (res.code === 200){

@ -323,6 +323,7 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消',
inputType: 'textarea',
customClass: 'custom-prompt'
}).then(({ value }) => {
applyBack(this.applyId, value).then(res => {
if (res.code === 200){

@ -404,7 +404,7 @@ export default {
checkUploadFile(this.applyId,this.applyParam.applyType).then((res)=>{
if (res.code === 200){
updateApply(this.form).then(response => {
this.$modal.msgSuccess("保存成功");
this.$modal.msgSuccess("提交成功");
this.open = false;
this.editOpen = false
this.getList();

@ -375,7 +375,7 @@ export default {
this.$refs["form"].validate(valid => {
if (valid) {
scoreSave(saveParams).then(response => {
this.$modal.msgSuccess("保存成功");
this.$modal.msgSuccess("提交成功");
this.editOpen = false
this.getList();
});
@ -394,6 +394,7 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消',
inputType: 'textarea',
customClass: 'custom-prompt'
}).then(({ value }) => {
applyBack(this.applyId, value).then(res => {
if (res.code === 200){

@ -323,6 +323,7 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消',
inputType: 'textarea',
customClass: 'custom-prompt'
}).then(({ value }) => {
applyBack(this.applyId, value).then(res => {
if (res.code === 200){

@ -404,7 +404,7 @@ export default {
checkUploadFile(this.applyId,this.applyParam.applyType).then((res)=>{
if (res.code === 200){
updateApply(this.form).then(response => {
this.$modal.msgSuccess("保存成功");
this.$modal.msgSuccess("提交成功");
this.open = false;
this.editOpen = false
this.getList();

@ -375,7 +375,7 @@ export default {
this.$refs["form"].validate(valid => {
if (valid) {
scoreSave(saveParams).then(response => {
this.$modal.msgSuccess("保存成功");
this.$modal.msgSuccess("提交成功");
this.editOpen = false
this.getList();
});
@ -394,6 +394,7 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消',
inputType: 'textarea',
customClass: 'custom-prompt'
}).then(({ value }) => {
applyBack(this.applyId, value).then(res => {
if (res.code === 200){

Loading…
Cancel
Save