修改bug

zhairh^2
wangwei 3 years ago
parent 0e16c65c33
commit 1f3a5a194e

@ -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("请先选择第三方系统!")

Loading…
Cancel
Save