修改禅道已知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> </a-table>
</div> </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 <a-form-model
class='tag-module' class='tag-module'
ref='ruleForm' ref='ruleForm'
@@ -220,7 +220,7 @@
{ {
required: true, required: true,
message: this.$t('PleaseSelect') + this.$t('engineeringInterfacePerson'), message: this.$t('PleaseSelect') + this.$t('engineeringInterfacePerson'),
trigger: 'blur' trigger: 'change'
} }
] ]
}, },
@@ -334,6 +334,7 @@
// 点击工程接口人的详情人员 有权限 // 点击工程接口人的详情人员 有权限
ondataValueTobeinitiated(record) { ondataValueTobeinitiated(record) {
this.areaVisible = true this.areaVisible = true
this.$refs.ruleForm.clearValidate()
this.getquerySdtList(record) this.getquerySdtList(record)
}, },
dataValueTobeinitiated() { dataValueTobeinitiated() {
@@ -445,6 +446,9 @@
} }
}) })
}, },
cancleoperationFailed(){
this.selectedRowKeys = []
},
getTableList() { getTableList() {
// todo // todo
let paramsManifestid let paramsManifestid
@@ -169,7 +169,7 @@
@GetgetTableList='GetgetTableList'/> @GetgetTableList='GetgetTableList'/>
</a-modal> </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 <a-form-model
class='tag-module' class='tag-module'
ref='ruleForm' ref='ruleForm'
@@ -526,7 +526,8 @@
cancleoperationFailed() { cancleoperationFailed() {
this.selectedRowKeysValue = [] this.selectedRowKeysValue = []
this.visibleoperationFailed = false this.visibleoperationFailed = false
this.GetgetTableList() this.$refs.CollectionTabel.cancleoperationFailed()
// this.GetgetTableList()
}, },
// 一下为认证工程师 // 一下为认证工程师
// 认证工程师 下发收集 权限 // 认证工程师 下发收集 权限