admin/src/views/task/visSubDetail.vue
@@ -244,7 +244,7 @@ <!-- 同意/拒绝 --> <el-dialog append-to-body :title="apprTitle" :title="param.status == 2 ? '同意' : '拒绝'" :visible.sync="isShowAppr" width="480px" > @@ -350,8 +350,11 @@ 2: '审批通过', 3: '审批未通过', 4: '已取消', 5: '他人或签', 6: '他人拒绝' 5: '预约成功', 6: '预约失败', 7: '拜访中', 8: '已签离', 9: '已失效' }, cateList: { 0: '访客申请', @@ -406,6 +409,9 @@ handleAppr (val) { this.$set(this.param, 'status', val) this.isShowAppr = true this.$nextTick(() => { this.$refs.ruleForm.clearValidate() }) }, confirm () { console.log('--')