30578
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user