|
@@ -282,7 +282,7 @@
|
|
|
if (res.code == "ok") {
|
|
|
this.$message({
|
|
|
type: 'success',
|
|
|
- message: '操作成功!'
|
|
|
+ message: this.$t('caoZuoChengGong-0')
|
|
|
});
|
|
|
|
|
|
this.isAdd = false;
|
|
@@ -317,10 +317,10 @@
|
|
|
this.dialogVisible = true;
|
|
|
this.curDeptId = item.auditDeptId;
|
|
|
} else {
|
|
|
- if(res.msg.indexOf('当前部门存在待审核报告') != '-1') {
|
|
|
- this.$confirm('当前部门存在待审核报告, 是否全部转为通过?', '提示', {
|
|
|
- confirmButtonText: '确定',
|
|
|
- cancelButtonText: '取消',
|
|
|
+ if(res.msg.indexOf(this.$t('dangQianBuMenCunZaiDaiShenHeBaoGao')) != '-1') {
|
|
|
+ this.$confirm(this.$t('dangQianBuMenCunZaiDaiShenHeBaoGaoShiFouQuanBuZhuanWeiTongGuo'), this.$t('other.prompts'), {
|
|
|
+ confirmButtonText: this.$t('btn.determine'),
|
|
|
+ cancelButtonText: this.$t('btn.cancel'),
|
|
|
type: 'warning'
|
|
|
}).then(() => {
|
|
|
this.judgmentDepartment(item.auditDeptId, item, index)
|