From 2dc62004e1dcecbdbf9eafc56b24a804ee24a5f0 Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Wed, 26 Jun 2024 15:35:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=84=E5=88=99=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppRateManage/components/RuleManage.vue | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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:'',