diff --git a/src/views/thrsys/ThrProductsCheck.vue b/src/views/thrsys/ThrProductsCheck.vue index b20124f..e8c009f 100644 --- a/src/views/thrsys/ThrProductsCheck.vue +++ b/src/views/thrsys/ThrProductsCheck.vue @@ -173,7 +173,7 @@ - 取消 + 取消 通过 不通过 @@ -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("请先选择第三方系统!")