企标制修订计划管控-重新起草-合并 弹框总条数显示+每次打开清空条件
This commit is contained in:
@@ -1052,11 +1052,13 @@ export default {
|
|||||||
choiceShow(){
|
choiceShow(){
|
||||||
this.showType = 'one'
|
this.showType = 'one'
|
||||||
this.getStandDataBtn()
|
this.getStandDataBtn()
|
||||||
|
this.clearSearch()
|
||||||
this.ListModel = true;
|
this.ListModel = true;
|
||||||
},
|
},
|
||||||
choiceShow2(){
|
choiceShow2(){
|
||||||
this.showType = 'two'
|
this.showType = 'two'
|
||||||
this.getStandDataBtn()
|
this.getStandDataBtn()
|
||||||
|
this.clearSearch()
|
||||||
this.ListModel = true;
|
this.ListModel = true;
|
||||||
},
|
},
|
||||||
// 取消带入
|
// 取消带入
|
||||||
@@ -1112,7 +1114,8 @@ export default {
|
|||||||
// this.standinfoList.push(item)
|
// this.standinfoList.push(item)
|
||||||
// }
|
// }
|
||||||
// })
|
// })
|
||||||
this.total = this.standinfoList.length
|
// this.total = this.standinfoList.length
|
||||||
|
this.total = res.data.count
|
||||||
this.replaceLoading = false
|
this.replaceLoading = false
|
||||||
this.$nextTick(()=>{
|
this.$nextTick(()=>{
|
||||||
this.$refs.selection.doLayout();
|
this.$refs.selection.doLayout();
|
||||||
|
|||||||
Reference in New Issue
Block a user