烟花爆竹实名登记前端
祖安之光
2026-03-12 8f6a8545c3cf50ff0feac85f7b3c57db8fc3a0b4
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) {