tijiao
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user