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>
@@ -178,7 +178,7 @@
      /** 提交按钮 */
      submitForm() {
        formDataSave(this.id,this.form.formData).then(response => {
          this.msgSuccess("审批成功");
          this.$modal.msgSuccess("审批成功");
          this.open = false;
          this.getList();
        });