fix: 1.NetworkOverview 新增应用时:滚动滚动条,显示无数据;查询数据显示结果不对应;2.NetworkOverview 新增供应商和应用时:滚动滚动条时闪现多余的滚动条;未选择记录时,点击保存按钮无反应(改为无选中记录时保存按钮置灰);
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
<div class="header__title">{{$t('overall.add')}}</div>
|
||||
<div class="header__operations">
|
||||
<div class="header__operation header__operation--cancel" @click="cancelApp" test-id="cancel-app">{{$t('overall.cancel')}}</div>
|
||||
<div class="header__operation header__operation--save" @click="save">{{$t('overall.save')}}</div>
|
||||
<div class="header__operation header__operation--save" :class="{'no-records':toSaveApp.length === 0}" @click="save">{{$t('overall.save')}}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="add-app__body">
|
||||
@@ -466,7 +466,7 @@ export default {
|
||||
},
|
||||
addApp (pageNo, val, show, index) {
|
||||
if (!index) {
|
||||
index = '0'
|
||||
index = this.appTypeTab
|
||||
}
|
||||
this.showAddApp = true
|
||||
const params = {
|
||||
|
||||
Reference in New Issue
Block a user