jiangping
2024-06-11 c3c67ee9e88c579e8ac784821ab41f58d0372ebb
admin/src/views/business/approvalConfiguration.vue
@@ -324,9 +324,9 @@
        type: activeType,
        paramList: temp
      }).then(res => {
        if (res.code === 200) {
          this.$message.success('保存成功')
        }
        // if (res.code === 200) {
        this.$message.success('保存成功')
        // }
      })
    },
    handleDel () {
@@ -335,7 +335,7 @@
      this.activeIndex = 0
    },
    handleAddAppr () {
      this.apprList.splice(this.apprList.length - 2, 0, { remark: '审批人', active: false, type: 0, objIds: [] })
      this.apprList.splice(this.apprList.length - 1, 0, { remark: '审批人', active: false, type: 0, objIds: [] })
      // this.apprList.push({ remark: '审批人', active: false, type: '0' })
    },