|
@@ -103,7 +103,7 @@
|
|
|
const routeLocation = {name: 'UserBasicInfo', params: enterprise.admin, replace: true}
|
|
const routeLocation = {name: 'UserBasicInfo', params: enterprise.admin, replace: true}
|
|
|
this.$router.push(routeLocation)
|
|
this.$router.push(routeLocation)
|
|
|
}
|
|
}
|
|
|
- } else if (info.label === '申诉状态' && info.value) {
|
|
|
|
|
|
|
+ } else if (info.label === '申诉状态' && info.value && info.value === '申诉中') {
|
|
|
info.suffixClass = 'admin-message'
|
|
info.suffixClass = 'admin-message'
|
|
|
info.action = () => {
|
|
info.action = () => {
|
|
|
const routeLocation = {name: 'AppealHome', replace: true}
|
|
const routeLocation = {name: 'AppealHome', replace: true}
|
|
@@ -160,6 +160,7 @@
|
|
|
this.$store.commit(types.CHOOSE_ENTERPRISE, userSpace)
|
|
this.$store.commit(types.CHOOSE_ENTERPRISE, userSpace)
|
|
|
|
|
|
|
|
this.$message.success('保存成功')
|
|
this.$message.success('保存成功')
|
|
|
|
|
+ this.changeAdminVisible = false
|
|
|
}
|
|
}
|
|
|
const error = response => {
|
|
const error = response => {
|
|
|
this.$message.error(response)
|
|
this.$message.error(response)
|