|
@@ -403,7 +403,7 @@ export default {
|
|
|
getFirstOptions() {
|
|
|
return new Promise((resolve, reject) => {
|
|
|
this.$api
|
|
|
- .inquiresystemapplyList({ status: "0,1,2", pageSize: 1, pageNum: 1 })
|
|
|
+ .inquiresystemapplyList({ status: 1, pageSize: 1, pageNum: 1 })
|
|
|
.then((res) => {
|
|
|
if (res.rows.length) {
|
|
|
this.copyAppid = res.rows[0].applyId;
|