修改禅道已知bug

This commit is contained in:
qq787203167
2022-06-30 20:19:00 +08:00
parent 79c64d3f87
commit 30eca7cf51
2 changed files with 9 additions and 4 deletions
@@ -47,7 +47,7 @@
</a-table>
</div>
<!-- 修改工程接口人--->
<a-modal v-model="areaVisible" :title="$t('modifyprojectInterfacePerson')" width='500px' :footer="null">
<a-modal v-model="areaVisible" :title="$t('modifyprojectInterfacePerson')" width='620px' :footer="null">
<a-form-model
class='tag-module'
ref='ruleForm'
@@ -220,7 +220,7 @@
{
required: true,
message: this.$t('PleaseSelect') + this.$t('engineeringInterfacePerson'),
trigger: 'blur'
trigger: 'change'
}
]
},
@@ -334,6 +334,7 @@
// 点击工程接口人的详情人员 有权限
ondataValueTobeinitiated(record) {
this.areaVisible = true
this.$refs.ruleForm.clearValidate()
this.getquerySdtList(record)
},
dataValueTobeinitiated() {
@@ -445,6 +446,9 @@
}
})
},
cancleoperationFailed(){
this.selectedRowKeys = []
},
getTableList() {
// todo
let paramsManifestid
@@ -169,7 +169,7 @@
@GetgetTableList='GetgetTableList'/>
</a-modal>
<!-- 冻结配置--->
<a-modal v-model="areaVisibleFreeze" :title="$t('FreezeConfiguration')" width='500px' :footer="null">
<a-modal v-model="areaVisibleFreeze" :title="$t('FreezeConfiguration')" width='600px' :footer="null">
<a-form-model
class='tag-module'
ref='ruleForm'
@@ -526,7 +526,8 @@
cancleoperationFailed() {
this.selectedRowKeysValue = []
this.visibleoperationFailed = false
this.GetgetTableList()
this.$refs.CollectionTabel.cancleoperationFailed()
// this.GetgetTableList()
},
// 一下为认证工程师
// 认证工程师 下发收集 权限