Commit 9c4f6985 authored by zhengke's avatar zhengke

no message

parent ca4309d4
......@@ -476,10 +476,8 @@
type: "warning"
})
.then(() => {
this.getList()
return
this.apipost('ViittoCommission_post_RemoveViittoCommissionRuleService', {
ID: item.Id
this.crmapipost('/api/Commission/DelCommissionRule', {
RuleId: item.Id
}, res => {
if (res.data.resultCode == 1) {
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