Merge branch 'hi-ucs-dev' of http://192.168.124.50:3000/wuhongjian/hi-ucs into hi-ucs-dev
This commit is contained in:
commit
ccebe3d09c
|
@ -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 1,3 2,4 两个值共同判断
|
||||
this.detailFlag = !this.detailFlag
|
||||
if (this.departmentId === 3) {
|
||||
|
|
Loading…
Reference in New Issue