用户管理
This commit is contained in:
@@ -95,7 +95,7 @@ export default {
|
||||
this.$refs.form.validate((valid)=> {
|
||||
if(valid) {
|
||||
this.flag = true
|
||||
this.instance.post(`/appwechatescalation/examine?id=${this.form.id}&pass=1&integral=${this.integral}`).then(res => {
|
||||
this.instance.post(`/appwechatescalation/examine?id=${this.form.id}&pass=1&integral=${this.form.integral}`).then(res => {
|
||||
if(res?.code == 0) {
|
||||
this.$message.success('审核成功')
|
||||
setTimeout(() =>{
|
||||
|
||||
Reference in New Issue
Block a user