Admin
2022-10-31 9a093be2e99da9c2c04de9f370983351d58e86ff
新增有效期限
已修改1个文件
2 ■■■ 文件已修改
src/views/enterprise/userinfo.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/enterprise/userinfo.vue
@@ -729,6 +729,7 @@
    showEditDeadline(row){
        this.resetDeadlineForm()
        this.deadlineForm.uid = row.id
        this.deadlineForm.deadline = row.deadline
        this.dialogDeadlineVisible = true
    },
@@ -737,7 +738,6 @@
        this.$refs['deadlineForm'].validate((valid) => {
            if (valid) {
                const params = this.deadlineForm
                console.log(params,'params')
                updateDeadline(params).then(response => {
                    const res = response.data
                    if (res.code == 200) {