feat:修改提示信息

dev
wangxy 11 months ago
parent 6eda7b604a
commit f5001e398e

@ -155,7 +155,7 @@ export default {
},
//
handleUploadError(err) {
this.$modal.msgError("上传文件失败,请重试");
this.$modal.msgError("文件上传失败,请重试");
this.$modal.closeLoading();
},
uploadSuccess(row) {
@ -169,7 +169,7 @@ export default {
fileId:response.data.fileId,
fileCode:response.data.fileCode,
});
this.$modal.msgSuccess("上传文件成功");
this.$modal.msgSuccess("文件上传成功");
}
};
},

@ -239,7 +239,7 @@ export default {
/**查看按钮 */
handleView(row) {
this.editOpen = true;
this.title = "查看奖项";
this.title = "查看申请";
const applyId = row.applyId || this.ids
this.isShowButton = false
getDetail(applyId).then(response => {
@ -281,7 +281,7 @@ export default {
getDetail(applyId).then(response => {
this.form.isReward = response.data.isReward;
this.editOpen = true;
this.title = "修改奖项";
this.title = "修改申请";
this.fileData.forEach((item) => {
item.childrenList = []
})
@ -341,7 +341,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const applyId = row.applyId || this.ids
this.$modal.confirm('是否确认删除奖项').then(function () {
this.$modal.confirm('是否确认删除申请').then(function () {
return delApply(applyId);
}).then(() => {
this.getList();

@ -309,7 +309,7 @@ export default {
/**查看按钮 */
handleView(row){
this.editOpen = true;
this.title = "查看奖项";
this.title = "查看申请";
const applyId = row.applyId || this.ids
this.isShowUploadButton = false
this.isShowButton = false
@ -348,7 +348,7 @@ export default {
this.isReadOnly = false
this.isShowButton = true
this.isShowUploadButton = true
this.title = "添加奖项";
this.title = "添加申请";
// if(this.noticeList.length === 0){
getApplyId(this.applyParam).then(response => {
if (response.code === 200){
@ -373,7 +373,7 @@ export default {
getDetail(applyId).then(response => {
this.form.isReward = response.data.isReward;
this.editOpen = true;
this.title = "修改奖项";
this.title = "修改申请";
this.fileData.forEach((item)=>{
item.childrenList = []
})
@ -420,7 +420,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const applyId = row.applyId || this.ids
this.$modal.confirm('是否确认删除奖项').then(function() {
this.$modal.confirm('是否确认删除申请').then(function() {
return delApply(applyId);
}).then(() => {
this.getList();

@ -292,7 +292,7 @@ export default {
/**查看按钮 */
handleView(row) {
this.editOpen = true;
this.title = "查看奖项";
this.title = "查看申请";
const applyId = row.applyId || this.ids
this.isShowButton = false
this.isReadOnly = true
@ -343,7 +343,7 @@ export default {
getDetail(applyId).then(response => {
this.form.isReward = response.data.isReward;
this.editOpen = true;
this.title = "修改奖项";
this.title = "修改申请";
this.fileData.forEach((item) => {
item.childrenList = []
})
@ -412,7 +412,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const applyId = row.applyId || this.ids
this.$modal.confirm('是否确认删除奖项').then(function () {
this.$modal.confirm('是否确认删除申请').then(function () {
return delApply(applyId);
}).then(() => {
this.getList();

@ -239,7 +239,7 @@ export default {
/**查看按钮 */
handleView(row) {
this.editOpen = true;
this.title = "查看奖项";
this.title = "查看申请";
const applyId = row.applyId || this.ids
this.isShowButton = false
getDetail(applyId).then(response => {
@ -280,7 +280,7 @@ export default {
getDetail(applyId).then(response => {
this.form.isReward = response.data.isReward;
this.editOpen = true;
this.title = "修改奖项";
this.title = "修改申请";
this.fileData.forEach((item) => {
item.childrenList = []
})
@ -340,7 +340,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const applyId = row.applyId || this.ids
this.$modal.confirm('是否确认删除奖项').then(function () {
this.$modal.confirm('是否确认删除申请').then(function () {
return delApply(applyId);
}).then(() => {
this.getList();

@ -309,7 +309,7 @@ export default {
/**查看按钮 */
handleView(row){
this.editOpen = true;
this.title = "查看奖项";
this.title = "查看申请";
const applyId = row.applyId || this.ids
this.isShowUploadButton = false
this.isShowButton = false
@ -348,7 +348,7 @@ export default {
this.isReadOnly = false
this.isShowButton = true
this.isShowUploadButton = true
this.title = "添加奖项";
this.title = "添加申请";
// if(this.noticeList.length === 0){
getApplyId(this.applyParam).then(response => {
if (response.code === 200){
@ -373,7 +373,7 @@ export default {
getDetail(applyId).then(response => {
this.form.isReward = response.data.isReward;
this.editOpen = true;
this.title = "修改奖项";
this.title = "修改申请";
this.fileData.forEach((item)=>{
item.childrenList = []
})
@ -420,7 +420,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const applyId = row.applyId || this.ids
this.$modal.confirm('是否确认删除奖项').then(function() {
this.$modal.confirm('是否确认删除申请').then(function() {
return delApply(applyId);
}).then(() => {
this.getList();

@ -292,7 +292,7 @@ export default {
/**查看按钮 */
handleView(row) {
this.editOpen = true;
this.title = "查看奖项";
this.title = "查看申请";
const applyId = row.applyId || this.ids
this.isShowButton = false
this.isReadOnly = true
@ -343,7 +343,7 @@ export default {
getDetail(applyId).then(response => {
this.form.isReward = response.data.isReward;
this.editOpen = true;
this.title = "修改奖项";
this.title = "修改申请";
this.fileData.forEach((item) => {
item.childrenList = []
})
@ -412,7 +412,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const applyId = row.applyId || this.ids
this.$modal.confirm('是否确认删除奖项').then(function () {
this.$modal.confirm('是否确认删除申请').then(function () {
return delApply(applyId);
}).then(() => {
this.getList();

@ -234,7 +234,7 @@ export default {
/**查看按钮 */
handleView(row) {
this.editOpen = true;
this.title = "查看奖项";
this.title = "查看申请";
const applyId = row.applyId || this.ids
this.isShowButton = false
getDetail(applyId).then(response => {
@ -276,7 +276,7 @@ export default {
getDetail(applyId).then(response => {
this.form.isReward = response.data.isReward;
this.editOpen = true;
this.title = "修改奖项";
this.title = "修改申请";
this.fileData.forEach((item) => {
item.childrenList = []
})
@ -336,7 +336,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const applyId = row.applyId || this.ids
this.$modal.confirm('是否确认删除奖项').then(function () {
this.$modal.confirm('是否确认删除申请').then(function () {
return delApply(applyId);
}).then(() => {
this.getList();

@ -303,7 +303,7 @@ export default {
/**查看按钮 */
handleView(row){
this.editOpen = true;
this.title = "查看奖项";
this.title = "查看申请";
const applyId = row.applyId || this.ids
this.isShowUploadButton = false
this.isShowButton = false
@ -341,7 +341,7 @@ export default {
this.isReadOnly = false
this.isShowButton = true
this.isShowUploadButton = true
this.title = "添加奖项";
this.title = "添加申请";
// if(this.noticeList.length === 0){
getApplyId(this.applyParam).then(response => {
if (response.code === 200){
@ -366,7 +366,7 @@ export default {
getDetail(applyId).then(response => {
this.form.isReward = response.data.isReward;
this.editOpen = true;
this.title = "修改奖项";
this.title = "修改申请";
this.fileData.forEach((item)=>{
item.childrenList = []
})
@ -413,7 +413,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const applyId = row.applyId || this.ids
this.$modal.confirm('是否确认删除奖项').then(function() {
this.$modal.confirm('是否确认删除申请').then(function() {
return delApply(applyId);
}).then(() => {
this.getList();

@ -289,7 +289,7 @@ export default {
/**查看按钮 */
handleView(row) {
this.editOpen = true;
this.title = "查看奖项";
this.title = "查看申请";
const applyId = row.applyId || this.ids
this.isShowButton = false
this.isReadOnly = true
@ -340,7 +340,7 @@ export default {
getDetail(applyId).then(response => {
this.form.isReward = response.data.isReward;
this.editOpen = true;
this.title = "修改奖项";
this.title = "修改申请";
this.fileData.forEach((item) => {
item.childrenList = []
})
@ -409,7 +409,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const applyId = row.applyId || this.ids
this.$modal.confirm('是否确认删除奖项').then(function () {
this.$modal.confirm('是否确认删除申请').then(function () {
return delApply(applyId);
}).then(() => {
this.getList();

@ -239,7 +239,7 @@ export default {
/**查看按钮 */
handleView(row) {
this.editOpen = true;
this.title = "查看奖项";
this.title = "查看申请";
const applyId = row.applyId || this.ids
this.isShowButton = false
getDetail(applyId).then(response => {
@ -281,7 +281,7 @@ export default {
getDetail(applyId).then(response => {
this.form.isReward = response.data.isReward;
this.editOpen = true;
this.title = "修改奖项";
this.title = "修改申请";
this.fileData.forEach((item) => {
item.childrenList = []
})
@ -341,7 +341,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const applyId = row.applyId || this.ids
this.$modal.confirm('是否确认删除奖项').then(function () {
this.$modal.confirm('是否确认删除申请').then(function () {
return delApply(applyId);
}).then(() => {
this.getList();

@ -309,7 +309,7 @@ export default {
/**查看按钮 */
handleView(row){
this.editOpen = true;
this.title = "查看奖项";
this.title = "查看申请";
const applyId = row.applyId || this.ids
this.isShowUploadButton = false
this.isShowButton = false
@ -348,7 +348,7 @@ export default {
this.isReadOnly = false
this.isShowButton = true
this.isShowUploadButton = true
this.title = "添加奖项";
this.title = "添加申请";
// if(this.noticeList.length === 0){
getApplyId(this.applyParam).then(response => {
if (response.code === 200){
@ -373,7 +373,7 @@ export default {
getDetail(applyId).then(response => {
this.form.isReward = response.data.isReward;
this.editOpen = true;
this.title = "修改奖项";
this.title = "修改申请";
this.fileData.forEach((item)=>{
item.childrenList = []
})
@ -420,7 +420,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const applyId = row.applyId || this.ids
this.$modal.confirm('是否确认删除奖项').then(function() {
this.$modal.confirm('是否确认删除申请').then(function() {
return delApply(applyId);
}).then(() => {
this.getList();

@ -292,7 +292,7 @@ export default {
/**查看按钮 */
handleView(row) {
this.editOpen = true;
this.title = "查看奖项";
this.title = "查看申请";
const applyId = row.applyId || this.ids
this.isShowButton = false
this.isReadOnly = true
@ -343,7 +343,7 @@ export default {
getDetail(applyId).then(response => {
this.form.isReward = response.data.isReward;
this.editOpen = true;
this.title = "修改奖项";
this.title = "修改申请";
this.fileData.forEach((item) => {
item.childrenList = []
})
@ -412,7 +412,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const applyId = row.applyId || this.ids
this.$modal.confirm('是否确认删除奖项').then(function () {
this.$modal.confirm('是否确认删除申请').then(function () {
return delApply(applyId);
}).then(() => {
this.getList();

@ -239,7 +239,7 @@ export default {
/**查看按钮 */
handleView(row) {
this.editOpen = true;
this.title = "查看奖项";
this.title = "查看申请";
const applyId = row.applyId || this.ids
this.isShowButton = false
getDetail(applyId).then(response => {
@ -281,7 +281,7 @@ export default {
getDetail(applyId).then(response => {
this.form.isReward = response.data.isReward;
this.editOpen = true;
this.title = "修改奖项";
this.title = "修改申请";
this.fileData.forEach((item) => {
item.childrenList = []
})
@ -341,7 +341,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const applyId = row.applyId || this.ids
this.$modal.confirm('是否确认删除奖项').then(function () {
this.$modal.confirm('是否确认删除申请').then(function () {
return delApply(applyId);
}).then(() => {
this.getList();

@ -309,7 +309,7 @@ export default {
/**查看按钮 */
handleView(row){
this.editOpen = true;
this.title = "查看奖项";
this.title = "查看申请";
const applyId = row.applyId || this.ids
this.isShowUploadButton = false
this.isShowButton = false
@ -348,7 +348,7 @@ export default {
this.isReadOnly = false
this.isShowButton = true
this.isShowUploadButton = true
this.title = "添加奖项";
this.title = "添加申请";
// if(this.noticeList.length === 0){
getApplyId(this.applyParam).then(response => {
if (response.code === 200){
@ -373,7 +373,7 @@ export default {
getDetail(applyId).then(response => {
this.form.isReward = response.data.isReward;
this.editOpen = true;
this.title = "修改奖项";
this.title = "修改申请";
this.fileData.forEach((item)=>{
item.childrenList = []
})
@ -420,7 +420,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const applyId = row.applyId || this.ids
this.$modal.confirm('是否确认删除奖项').then(function() {
this.$modal.confirm('是否确认删除申请').then(function() {
return delApply(applyId);
}).then(() => {
this.getList();

@ -292,7 +292,7 @@ export default {
/**查看按钮 */
handleView(row) {
this.editOpen = true;
this.title = "查看奖项";
this.title = "查看申请";
const applyId = row.applyId || this.ids
this.isShowButton = false
this.isReadOnly = true
@ -343,7 +343,7 @@ export default {
getDetail(applyId).then(response => {
this.form.isReward = response.data.isReward;
this.editOpen = true;
this.title = "修改奖项";
this.title = "修改申请";
this.fileData.forEach((item) => {
item.childrenList = []
})
@ -412,7 +412,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const applyId = row.applyId || this.ids
this.$modal.confirm('是否确认删除奖项').then(function () {
this.$modal.confirm('是否确认删除申请').then(function () {
return delApply(applyId);
}).then(() => {
this.getList();

Loading…
Cancel
Save