有限空间作业
parent
e58a278161
commit
76179cb2ac
|
@ -115,7 +115,13 @@ export default {
|
|||
try {
|
||||
await this.$refs.formRef.validate()
|
||||
try {
|
||||
await setPersonnelForm({form: this.form,list:this.list, taskId: this.taskId, CORP_ID: this.CORP_ID, TYPE: this.TYPE})
|
||||
await setPersonnelForm({
|
||||
form: this.form,
|
||||
list: this.list,
|
||||
taskId: this.taskId,
|
||||
CORP_ID: this.CORP_ID,
|
||||
TYPE: this.TYPE
|
||||
})
|
||||
} catch {
|
||||
}
|
||||
} catch {
|
||||
|
|
Loading…
Reference in New Issue