|
|
|
@ -104,6 +104,7 @@ import {
|
|
|
|
|
tmsTenantRelationApproved,
|
|
|
|
|
tmsTenantRelationReject
|
|
|
|
|
} from '@/api/modular/main/tmsaip/tmsTenantRelationTT'
|
|
|
|
|
import { tmsTenantRelationInfo } from '@/api/modular/main/tmsaip/tmsTenantRelationTF'
|
|
|
|
|
import addForm from './addForm.vue'
|
|
|
|
|
import editForm from './editForm.vue'
|
|
|
|
|
export default {
|
|
|
|
@ -242,9 +243,14 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
FnClickStatus(data) {
|
|
|
|
|
if (data.status == 3) {
|
|
|
|
|
tmsTenantRelationInfo(data.id).then(res => {
|
|
|
|
|
console.log(res)
|
|
|
|
|
this.$notification.open({
|
|
|
|
|
message: '驳回原因',
|
|
|
|
|
description: `${res.data.reject_reason}`
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
FnStatus(data) {
|
|
|
|
|
let Rdata = '-'
|
|
|
|
|