From bcb90a54efa56c000c6659035e105fe70a79c34c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AC=A8=E8=9B=8B?= <14958938+qianqiao5-6-7@user.noreply.gitee.com> Date: Sat, 16 Nov 2024 09:01:35 +0800 Subject: [PATCH] =?UTF-8?q?2204A-Ui=20(=E5=B1=9E=E6=80=A7=E7=BB=84=20?= =?UTF-8?q?=E5=95=86=E5=93=81=E8=A7=84=E6=A0=BC=20=20=E5=93=81=E7=B1=BB?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=20=E7=8A=B6=E6=80=81=E6=8C=89=E9=92=AE=20?= =?UTF-8?q?=E7=8A=B6=E6=80=81=20=E7=88=B6=E7=BA=A7=E5=93=81=E7=B1=BB)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/rule/index.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/product/rule/index.vue b/src/views/product/rule/index.vue index 81de9ea..5531bc1 100644 --- a/src/views/product/rule/index.vue +++ b/src/views/product/rule/index.vue @@ -247,9 +247,7 @@ export default { //修改规格状态 stateRuleButton(row,status){ this.wyzRuleInfoSaveReq.id=row.id - this.wyzRuleInfoSaveReq.states=status - alert(this.wyzRuleInfoSaveReq.id) - alert(this.wyzRuleInfoSaveReq.states) + this.wyzRuleInfoSaveReq.status=status updateRuleInfoState(this.wyzRuleInfoSaveReq).then(response => { this.$modal.msgSuccess("修改成功"); this.open = false;