[update] 配置

This commit is contained in:
zhaomeijing
2022-06-07 15:17:32 +08:00
parent 015c488a12
commit 6e2ab82ca9
@@ -508,13 +508,8 @@ export default {
this.visible = false this.visible = false
}, },
handleSubmit() { handleSubmit() {
// 校验nio编号
getAction(this.url.checkNIOnumber + `?nioNumber=${this.formInline.nioNumber}`, {} ).then((res) => {
if (res) {
this.$refs.ruleForm.validate(valid => { this.$refs.ruleForm.validate(valid => {
if (valid) { if (valid) {
// this.$refs.ruleFormItem.validate(valid => {
// if (valid) {
let url = '' let url = ''
let Action let Action
this.formInline.paramsTemplateId = this.$route.query.id this.formInline.paramsTemplateId = this.$route.query.id
@@ -545,12 +540,6 @@ export default {
this.confirmLoading = false this.confirmLoading = false
} }
}) })
// }
// })
}
})
} else {
this.$message.warning(this.$t('NiOnumberalreadyexists'))
} }
}) })
}, },