Merge branch 'hi-ucs-dev' of http://192.168.124.50:3000/wuhongjian/hi-ucs into hi-ucs-dev

This commit is contained in:
a0049873 2022-10-26 14:49:14 +08:00
commit ccebe3d09c
1 changed files with 6 additions and 0 deletions

View File

@ -817,6 +817,8 @@ export default {
handleChose (index) {
this.checked = false
this.departmentId = index
this.currentPage=1
this.pageSize=10
if (index === 1) {
if (this.choseId === 0) {
if (!this.detailFlag) {
@ -876,6 +878,8 @@ export default {
},
// //////////
goToDetail () {
this.currentPage=1
this.pageSize=10
this.detailFlag = !this.detailFlag
if (this.departmentId === 1) {
this.handleChose(3)
@ -889,6 +893,8 @@ export default {
//
goToBack () {
this.checked = false
this.currentPage=1,
this.pageSize=10,
// departmentId 13 24
this.detailFlag = !this.detailFlag
if (this.departmentId === 3) {