@@ -1509,7 +1509,8 @@ import { error } from 'dingtalk-jsapi';
res => {
if (res.code == "ok") {
this.addFormVisible = false;
- this.getStageList();
+ // this.getStageList();
+ this.getList();
} else {
this.$message({
message: res.msg,