修改bug 52445 海外标准法规:查看界面,发布稿那一行拉宽 让后面的按钮显示下

This commit is contained in:
zhangyichen
2022-04-07 17:07:59 +08:00
parent 39aadc736b
commit a8efb3aae2
2 changed files with 14 additions and 13 deletions
@@ -101,7 +101,7 @@
class="common-button-primary"
size="mini"
v-btn-permission="'366c89d1c54465faca96aaed26a158b1'"
@click="searchBtnClick(standCommonlySearch, 1)">
@click="searchBtnClick(standCommonlySearch)">
查询
</el-button>
<el-button
@@ -2707,7 +2707,6 @@ export default {
this.modalShowRoleFlag = true
},
checkedRole2(data) {
console.log(data, '哈哈哈哈')
let idList = ''
let nameList = ''
data.forEach(item => {
@@ -2718,7 +2717,6 @@ export default {
idList += item.id
nameList += item.name
})
console.log(nameList , '额鹅鹅鹅饿')
if (this.drawerTitle === '选择我司署名人') {
this.sarStandardsInfoEO['WSSMR'] = nameList
} else if (this.drawerTitle === '选择责任工程师') {
@@ -3147,8 +3145,8 @@ export default {
this.getDomesticStandardTable()
},
// 点击搜索按钮
searchBtnClick(type) {
this.getDomesticStandardTable(undefined ,type)
searchBtnClick() {
this.getDomesticStandardTable()
},
// 搜索
getDomesticStandardTableBtn(item) {
@@ -4017,9 +4015,6 @@ export default {
}
if ((this.stahndinfoList.length === 0 || this.stahndinfoList === []) && this.standCommonlySearch.page !== 1) {
this.pageChange(1)
}
if (type === 1) {
}
this.stahndinfoList = res.data.list
this.total = res.data.count