diff --git a/src/views/modules/communityParty/regionalParty/activitysForm.vue b/src/views/modules/communityParty/regionalParty/activitysForm.vue
index 8bc70b9f..933292e4 100644
--- a/src/views/modules/communityParty/regionalParty/activitysForm.vue
+++ b/src/views/modules/communityParty/regionalParty/activitysForm.vue
@@ -223,7 +223,7 @@
import { mapGetters } from 'vuex'
import { Loading } from 'element-ui' // 引入Loading服务
import { requestPost } from '@/js/dai/request'
-import Tinymce from '@c/tinymce/index.vue'
+import Tinymce from '@c/tinymce2/index.vue'
var map
var search
diff --git a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
index ea408eb5..8175db9b 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
@@ -17,30 +17,38 @@
-
-
-
居住成员信息
-
-
-
- {{scope.$index+1}}
-
-
-
-
-
-
-
-
-
-
![]()
-
-
-
-
-
-
+
+
居住成员信息
+
+
+
+ {{scope.$index+1}}
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+
+
+
+
+
+
![]()
+
+
+
+
+
合同信息
出租人信息
@@ -67,6 +75,18 @@
+
+
+
+
+
+
+
+
+
+
合同内容
@@ -82,7 +102,7 @@
-
+
@@ -238,17 +258,27 @@ export default {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
- this.$message({
- message: this.$t('prompt.success'),
- type: 'success',
- duration: 500,
- onClose: () => {
- this.visible = false
- this.$emit('refreshDataList')
- }
- })
+ // 调用文件下发权限接口
+ this.fileJurisdiction(params)
}).catch(() => {})
},
+ // 文件下发权限接口
+ fileJurisdiction (params) {
+ this.$http.post('/pli/power/rentContractInfo/send', params).then(({ data: res }) => {
+ if (res.code !== 0) {
+ return this.$message.error(res.msg)
+ }
+ this.$message({
+ message: this.$t('prompt.success'),
+ type: 'success',
+ duration: 500,
+ onClose: () => {
+ this.visible = false
+ this.$emit('refreshDataList')
+ }
+ })
+ }).catch(() => {})
+ },
// 表单提交
dataFormSubmitHandle: debounce(function () {
this.$refs['dataForm'].validate((valid) => {
diff --git a/src/views/modules/plugins/rent/rentcontractreview.vue b/src/views/modules/plugins/rent/rentcontractreview.vue
index 7e58728f..c003e5a8 100644
--- a/src/views/modules/plugins/rent/rentcontractreview.vue
+++ b/src/views/modules/plugins/rent/rentcontractreview.vue
@@ -172,7 +172,7 @@
- {{ $t('checkBtn') }}
+ 登记
{{ $t('lookBtn') }}
diff --git a/src/views/modules/plugins/rent/renttenantinfo-add-or-update.vue b/src/views/modules/plugins/rent/renttenantinfo-add-or-update.vue
index ef4cb633..f7304061 100644
--- a/src/views/modules/plugins/rent/renttenantinfo-add-or-update.vue
+++ b/src/views/modules/plugins/rent/renttenantinfo-add-or-update.vue
@@ -13,8 +13,15 @@
+
+
+
+
+
-
+