shikeying
2023-03-22 47d7d2c1e141d805b28c54ac8cf6d5b6f1a2610d
src/views/activiti/task/index.vue
@@ -17,7 +17,7 @@
            type="text"
            icon="el-icon-edit"
            @click="examineAndApprove (scope.row)"
            v-hasPermi="['workflow:leave:edit']"
            v-hasPermi="['wf:task:**']"
          >审批
          </el-button>
        </template>
@@ -143,8 +143,8 @@
        console.log(row)
        this.reset();
        this.definitionKey = row.definitionKey;
          this.businessKey = row.businessKey;
         this.id=row.id;
        this.businessKey = row.businessKey;
        this.id=row.id;
        formDataShow(row.id).then(response => {
          // FormProperty_3qipis2--__!!radio--__!!审批意见--__!!i--__!!同意--__--不同意
          // FormProperty_0lffpcm--__!!textarea--__!!批注--__!!f--__!!null
@@ -178,7 +178,7 @@
      /** 提交按钮 */
      submitForm() {
        formDataSave(this.id,this.form.formData).then(response => {
          this.msgSuccess("审批成功");
          this.$modal.msgSuccess("审批成功");
          this.open = false;
          this.getList();
        });