Browse Source

审核修改

shibei_master
wanggongfeng 3 years ago
parent
commit
635578f1ae
  1. 3
      src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue

3
src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue

@ -231,7 +231,8 @@ export default {
checkHandle: function (type) { checkHandle: function (type) {
const params = { const params = {
id: this.dataForm.id, id: this.dataForm.id,
state: type state: type,
homeId: this.dataForm.homeId
} }
this.$http.post('/pli/power/rentContractInfo/review', params).then(({ data: res }) => { this.$http.post('/pli/power/rentContractInfo/review', params).then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {

Loading…
Cancel
Save