|
|
@@ -226,7 +226,7 @@
|
|
|
row.status === 'REVIEW_DENY'
|
|
|
"
|
|
|
:loading="row.loading"
|
|
|
- @click="audit(row, 'ASSIGN_EXPERT', '区县管理员已审核上报')"
|
|
|
+ @click="audit(row, 'ASSIGN_EXPERT', '区文旅局已审核上报')"
|
|
|
type="success"
|
|
|
size="mini"
|
|
|
plain
|
|
|
@@ -575,7 +575,7 @@ export default {
|
|
|
id: this.form.id,
|
|
|
status: 'FIRST_REVIEW_DENY',
|
|
|
score: 0,
|
|
|
- remark: this.reason
|
|
|
+ remark: '区文旅局退回意见' + this.reason
|
|
|
})
|
|
|
.then(res => {
|
|
|
this.$set(row, 'loading', false);
|
|
|
@@ -632,7 +632,7 @@ export default {
|
|
|
.post('/rate/paperMaterial', {
|
|
|
id: row.id,
|
|
|
status: 'COLLECT_PAPER_MATERIALS',
|
|
|
- remark: '区县管理员已确认收到承办单位提交的纸质材料'
|
|
|
+ remark: '区文旅局已确认收到承办单位提交的纸质材料'
|
|
|
})
|
|
|
.then(res => {
|
|
|
this.$message.success('确认成功');
|
|
|
@@ -667,7 +667,7 @@ export default {
|
|
|
this.$nextTick(() => {
|
|
|
let audit = {
|
|
|
rateId: res.id,
|
|
|
- remark: '区县管理员已受理,等待审核',
|
|
|
+ remark: '区文旅局已受理,等待审核',
|
|
|
status: 'ACCEPT'
|
|
|
};
|
|
|
this.$http.post('/rateAudit/save', audit, {
|