企标制修订计划管控-重新起草-合并 弹框总条数显示+每次打开清空条件

This commit is contained in:
zyn
2023-01-31 14:33:53 +08:00
parent 48b1c56336
commit 4078339b85
@@ -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();