+
取消黑名单
@@ -266,7 +266,7 @@ import merchantInformation from '../../../components/merchantInformation/index.v
// 查询
async onSubmit() {
const res = await cerePlatformMerchant(this.pageindex)
- this.total = res.data.content.length
+ this.total = res.data.totalElements
this.tableData = res.data.content
},
@@ -292,8 +292,8 @@ import merchantInformation from '../../../components/merchantInformation/index.v
addCheck() {
this.$refs.rulePing.validate((valid) => {
if (valid) {
- this.ruleForm.shopId = this.secondData.shopId
- rUserAdd(this.ruleForm)
+ this.ruleForm.id = this.secondData.id
+ cerePlatformMerchantedit(this.ruleForm)
this.ggXin = false
this.getAll()
}else{
@@ -328,7 +328,7 @@ import merchantInformation from '../../../components/merchantInformation/index.v
},
async sethei(ids, num) {
// console.log(ids, num)
- await rUserEdit({id:ids,isBlacklist:num})
+ await cerePlatformMerchantedit({id:ids,isBlackList:num})
this.getAll()
}
}
diff --git a/wenjuan-pc/src/views/investigation/index.vue b/wenjuan-pc/src/views/investigation/index.vue
index d5fcdb5..d470e10 100644
--- a/wenjuan-pc/src/views/investigation/index.vue
+++ b/wenjuan-pc/src/views/investigation/index.vue
@@ -550,7 +550,9 @@
@@ -2676,6 +2678,9 @@ if(this.daxiangData.question[key].type == '单选') {
this.options[index].index = index + 1
this.options.sort()
},
+ actGo(){
+ // window.location.href = ``
+ },
}
}