diff --git a/src/views/regime/modules/ProcessRegimeForm.vue b/src/views/regime/modules/ProcessRegimeForm.vue index 75f5013..6f0f44b 100644 --- a/src/views/regime/modules/ProcessRegimeForm.vue +++ b/src/views/regime/modules/ProcessRegimeForm.vue @@ -10,7 +10,7 @@ - + {{item.name}} @@ -124,7 +124,8 @@ // 触发表单验证 this.$refs.form.validate(valid => { if (valid) { - that.confirmLoading = true; + this.model.fileId = that.model.fileIds[0].id; + // that.confirmLoading = true; let httpurl = ''; let method = ''; if(!this.model.id){ @@ -134,6 +135,7 @@ httpurl+=this.url.edit; method = 'put'; } + console.log(">>>>>>>>>>>>>>>>",this.model); httpAction(httpurl,this.model,method).then((res)=>{ if(res.success){ that.$message.success(res.message);