This commit is contained in:
shijingjing
2022-07-27 11:04:00 +08:00
parent cdaaa0c5d1
commit dcdb3f4bc5
2 changed files with 1 additions and 9 deletions

View File

@@ -130,13 +130,7 @@ export default {
this.endTime = '' this.endTime = ''
this.userIdList = [] this.userIdList = []
this.createUserId = '' this.createUserId = ''
uni.clearStorageSync('userSelect') uni.setStorageSync('userSelect', [])
this.current = 1
this.list = []
this.$dict.load(['mstStatus']).then(() => {
this.getList()
})
this.filterShow = false
}, },
selectConfirm() { selectConfirm() {

View File

@@ -279,8 +279,6 @@ export default {
this.end = ""; this.end = "";
this.departId = ""; this.departId = "";
this.departmentId = ""; this.departmentId = "";
this.getBrokenDate()
this.filterShow = false;
}, },
selectConfirm() { selectConfirm() {