@@ -100,7 +100,7 @@ export default {
searchName: '',
active: this.$route.query.active, //状态 uncommit - 未提交; commit - 审批中; pass - 已通过
saleList: [],
- isSuccess: false
+ // isSuccess: false
}
},
mounted() {
@@ -157,11 +157,11 @@ export default {
}).then((res) => {
if (res.result == '0') {
this.checkboxResult = []
- this.isSuccess = true
+ // this.isSuccess = true
this.saleList = res.content
- if (this.saleList.length == 0) {
- this.isSuccess = false
- }
+ // if (this.saleList.length == 0) {
+ // this.isSuccess = false
+ // }
this.loading = false
}
})