Commit 9c4f6985 authored by zhengke's avatar zhengke

no message

parent ca4309d4
...@@ -476,10 +476,8 @@ ...@@ -476,10 +476,8 @@
type: "warning" type: "warning"
}) })
.then(() => { .then(() => {
this.getList() this.crmapipost('/api/Commission/DelCommissionRule', {
return RuleId: item.Id
this.apipost('ViittoCommission_post_RemoveViittoCommissionRuleService', {
ID: item.Id
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.Success(res.data.message) this.Success(res.data.message)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment