[update] 配置
This commit is contained in:
@@ -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'))
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user