有限空间作业

八项作业
LiuJiaNan 2024-07-04 18:00:47 +08:00
parent e58a278161
commit 76179cb2ac
1 changed files with 7 additions and 1 deletions

View File

@ -115,7 +115,13 @@ export default {
try { try {
await this.$refs.formRef.validate() await this.$refs.formRef.validate()
try { 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 {
} }
} catch { } catch {