diff --git a/project/fengdu/AppOutSource/AppRateManage/components/RuleManage.vue b/project/fengdu/AppOutSource/AppRateManage/components/RuleManage.vue index 9a293b6d..4158c575 100644 --- a/project/fengdu/AppOutSource/AppRateManage/components/RuleManage.vue +++ b/project/fengdu/AppOutSource/AppRateManage/components/RuleManage.vue @@ -69,7 +69,7 @@ - + { + if(valid){ + try { + const {code} = await this.instance.post('/app/appscorerules/addOrUpdate') + if(code===0){ + this.$message.success('保存成功') + this.getList() + this.getStatic() + } + }catch (e) { + console.error(e) + } + } + }) + }, onClosed(){ this.form = { type:'',