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