|
|
|
@ -173,7 +173,7 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
|
|
|
|
|
<el-form-item>
|
|
|
|
|
<el-button @click="checkVisible = false">取消</el-button>
|
|
|
|
|
<el-button @click="checkVisible1">取消</el-button>
|
|
|
|
|
<el-button type="primary" @click="checkPass(2)">通过</el-button>
|
|
|
|
|
<el-button type="primary" @click="checkPass(3)">不通过</el-button>
|
|
|
|
|
</el-form-item>
|
|
|
|
@ -257,6 +257,11 @@ export default {
|
|
|
|
|
this.filterQuery.page = 1;
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
checkVisible1(){
|
|
|
|
|
this.checkVisible = false;
|
|
|
|
|
this.remark=''
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
getList() {
|
|
|
|
|
if (this.filterQuery.thirdSys == null) {
|
|
|
|
|
this.$message.warning("请先选择第三方系统!")
|
|
|
|
|