src/views/flowable/workflow/weekMaintenance/WeekMaintenanceApprovalModal.vue
@@ -61,11 +61,12 @@
          </a-form-model-item>
        </a-row>
        <a-row :gutter="24">
          <a-form-model-item :labelCol="labelColLong" :wrapperCol="wrapperColLong" prop="remark" label="保养图片">
          <a-form-model-item :labelCol="labelColLong" :wrapperCol="wrapperColLong" label="保养图片">
            <lx-upload :returnUrl="false"
                       :isMultiple="true"
                       file-type="image"
                       :disabled="confirmDisable"
                       :number="3"
                       v-model="model.imageFilesResult"/>
          </a-form-model-item>
        </a-row>
@@ -428,6 +429,7 @@
      },
      recordDetail(record) {
        console.log('record', record)
        this.initParams()
        this.model = Object.assign({}, record)
        if (this.model.imageFiles) {
@@ -462,11 +464,9 @@
        // 触发表单验证
        this.$refs.form.validate(valid => {
          if (valid) {
            that.confirmLoading = that.spinning = true
            let tableData = that.$refs.editableDetailTable.getTableData()
            that.model.tableDetailList = [...tableData]
            that.confirmLoading = spinnning = true
            let httpurl = this.url.approval
            let method = 'put'
@@ -479,7 +479,7 @@
                that.$message.warning(res.message)
              }
            }).finally(() => {
              that.confirmLoading = spinning = false
              that.confirmLoading = that.spinning = false
            })
          } else {
            return false