diff --git a/src/api/api.js b/src/api/api.js
index 72d4aea..e68d333 100644
--- a/src/api/api.js
+++ b/src/api/api.js
@@ -1,4 +1,4 @@
-import { getAction, deleteAction, postAction, httpAction } from '@/api/manage'
+import { getAction, deleteAction,putAction, postAction, httpAction } from '@/api/manage'
import Vue from 'vue'
import {UI_CACHE_DB_DICT_DATA } from '@/store/mutation-types'
diff --git a/src/api/manage.js b/src/api/manage.js
index ec6563f..fe756e1 100644
--- a/src/api/manage.js
+++ b/src/api/manage.js
@@ -171,7 +171,7 @@ export function getFileAccessHttpUrl(avatar,subStr) {
if(avatar && avatar.startsWith(subStr)){
return avatar
}else{
- if(avatar && avatar.length>0 && avatar.indexOf('[')==-1){
+ if(avatar && avatar.length>0 && avatar.indexOf('[')==-1){
return window._CONFIG['staticDomainURL'] + '/' + avatar
}
}
diff --git a/src/components/dict/JDictSelectUtil.js b/src/components/dict/JDictSelectUtil.js
index 06ddb88..83b43c0 100644
--- a/src/components/dict/JDictSelectUtil.js
+++ b/src/components/dict/JDictSelectUtil.js
@@ -5,7 +5,6 @@
*/
import {ajaxGetDictItems,getDictItemsFromCache} from '@/api/api'
-import {getAction} from '@/api/manage'
/**
* 获取字典数组
@@ -137,7 +136,6 @@ export async function getDictItems(dictCode, params) {
console.log('------- 从DB中获取到了字典-------dictCode : ', dictCode, res)
return Promise.resolve(res)
} else {
- console.error('getDictItems error: : ', res)
return Promise.resolve([])
}
}).catch((res) => {
diff --git a/src/components/jero/JImageUpload.vue b/src/components/jero/JImageUpload.vue
index 64a7571..16c4bbc 100644
--- a/src/components/jero/JImageUpload.vue
+++ b/src/components/jero/JImageUpload.vue
@@ -87,7 +87,6 @@
computed: {
//透传给下级组件的事件,需要排除本组件使用的change事件
childListeners() {
- const vm = this
let result = Object.assign({},
this.$listeners,
)
@@ -97,7 +96,7 @@
},
watch:{
value: {
- handler(val,oldValue) {
+ handler(val) {
if (val instanceof Array) {
this.initFileList(val.join(','))
} else {
@@ -207,7 +206,7 @@
}
this.$emit('change', path)
},
- handleDelete(file){
+ handleDelete(){
//如有需要新增 删除逻辑
},
handleCancel() {
diff --git a/src/views/incomePayments/meetManage/MeetManageList.vue b/src/views/incomePayments/meetManage/MeetManageList.vue
index ef3f4d3..01a33e1 100644
--- a/src/views/incomePayments/meetManage/MeetManageList.vue
+++ b/src/views/incomePayments/meetManage/MeetManageList.vue
@@ -73,7 +73,7 @@
class="j-table-force-nowrap"
@change="handleTableChange">
-
+
{{ text }}
@@ -201,13 +201,13 @@ export default {
/*
* 上传会议文件
* */
- handleUploadFile(record) {
+ handleUploadFile() {
this.$refs.modalForm.add({})
},
/*
* 报名信息
* */
- handleSignup(record) {
+ handleSignup() {
this.$router.push({
path:'/incomePayments/meetManage/SignUpInfoList'
})
diff --git a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue
index ce74a7e..8d60c4f 100644
--- a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue
+++ b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue
@@ -40,7 +40,7 @@
-
+
嘉宾
参会人
内部企业
@@ -51,7 +51,7 @@
-
+
VIP
演讲嘉宾
特邀嘉宾
@@ -105,7 +105,7 @@
-
+
是
否
@@ -113,7 +113,7 @@
-
+
是
否
@@ -130,7 +130,7 @@
-
+
是
否
@@ -164,7 +164,7 @@
-
+
是
否
@@ -224,7 +224,7 @@
-
+
是
否
@@ -275,7 +275,7 @@
-
+
汇款
现场
打包
diff --git a/src/views/incomePayments/meetManage/modules/ImportParticipantModal.vue b/src/views/incomePayments/meetManage/modules/ImportParticipantModal.vue
index 009902a..a5db7c2 100644
--- a/src/views/incomePayments/meetManage/modules/ImportParticipantModal.vue
+++ b/src/views/incomePayments/meetManage/modules/ImportParticipantModal.vue
@@ -47,9 +47,6 @@
class="j-table-force-nowrap"
@change="handleTableChange">
-
- 参会单位
-
diff --git a/src/views/system/DepartUserList.vue b/src/views/system/DepartUserList.vue
index fd55cfa..e3ccfcd 100644
--- a/src/views/system/DepartUserList.vue
+++ b/src/views/system/DepartUserList.vue
@@ -100,7 +100,7 @@
}
},
methods: {
- callback(key) {
+ callback() {
//console.log(key)
},
loadData() {
diff --git a/src/views/system/DictDeleteList.vue b/src/views/system/DictDeleteList.vue
index 429bd85..c2d6cc6 100644
--- a/src/views/system/DictDeleteList.vue
+++ b/src/views/system/DictDeleteList.vue
@@ -34,7 +34,7 @@
\ No newline at end of file
diff --git a/src/views/system/SysCheckRuleList.vue b/src/views/system/SysCheckRuleList.vue
index 75a96d8..5f28d2c 100644
--- a/src/views/system/SysCheckRuleList.vue
+++ b/src/views/system/SysCheckRuleList.vue
@@ -157,7 +157,7 @@
delete: '/sys/checkRule/delete',
deleteBatch: '/sys/checkRule/deleteBatch',
exportXlsUrl: 'sys/checkRule/exportXls',
- importExcelUrl: 'sys/checkRule/importExcel',
+ importExcelUrl: 'sys/checkRule/importExcel'
},
}
},
diff --git a/src/views/system/UserAnnouncementList.vue b/src/views/system/UserAnnouncementList.vue
index 96a1188..8c875cb 100644
--- a/src/views/system/UserAnnouncementList.vue
+++ b/src/views/system/UserAnnouncementList.vue
@@ -51,7 +51,6 @@
\ No newline at end of file
diff --git a/src/views/system/modules/DeptRoleAuthModal.vue b/src/views/system/modules/DeptRoleAuthModal.vue
index 13be75b..29a2d5f 100644
--- a/src/views/system/modules/DeptRoleAuthModal.vue
+++ b/src/views/system/modules/DeptRoleAuthModal.vue
@@ -57,14 +57,14 @@