修改禅道已知bug
This commit is contained in:
@@ -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()
|
||||
},
|
||||
// 一下为认证工程师
|
||||
// 认证工程师 下发收集 权限
|
||||
|
||||
Reference in New Issue
Block a user