Commit c530f2cb authored by IvyXia123's avatar IvyXia123

销售级别

parent 49132fee
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
this.$message({ message: '保存数据不能为空', type: 'warning' }); this.$message({ message: '保存数据不能为空', type: 'warning' });
}else { }else {
addConfigApi({ params: JSON.stringify(subcompanyListArr) }).then((res) => { addConfigApi({ params: JSON.stringify(subcompanyListArr) }).then((res) => {
this.$message({ message: '保存成功', type: 'success' }); this.getLevelListFn()
}); });
} }
}, },
......
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