This commit is contained in:
2025-11-17 17:00:14 +08:00
parent a4eaf0d5cb
commit ef0e8e83e0
40 changed files with 10582 additions and 3381 deletions

View File

@@ -69,14 +69,14 @@
size="mini"
@click="saveNow(scope.$index, scope.row)"
v-if="scope.row.state == 5"
>Accept for final decision
>I agree to conduct the final review
</el-button>
<el-button
type="danger"
size="mini"
@click="saveRef(scope.$index, scope.row)"
v-if="scope.row.state == 5"
>Decline final review
>I decline to conduct the final review
</el-button>
</template>
</el-table-column>
@@ -297,7 +297,7 @@ this.getDate(data.id)
// 获取数据
getTable() {
this.$api
.post('api/Finalreview/lists', this.query)
.post('api/Finalreview/lists', {...this.query,state:'1,2,3'})
.then((res) => {
if (res.status == 1) {
this.loading = false;