fix (接口定义): 刷新列表
This commit is contained in:
parent
bbaaff1087
commit
96c18b9dd0
|
@ -471,6 +471,7 @@ export default {
|
||||||
if (this.api.saved) {
|
if (this.api.saved) {
|
||||||
this.addModule(row);
|
this.addModule(row);
|
||||||
} else {
|
} else {
|
||||||
|
this.api.source = "editCase";
|
||||||
this.saveCase(row, hideAlert);
|
this.saveCase(row, hideAlert);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue