Commit 77237d11 by huaying

fix: kk

parent 4a874332
......@@ -476,6 +476,7 @@ export default {
inFields: this.inFields,
...this.pageParam
};
this.selectPage.dataReady = false;
actCodeListApi(obj)
.then(res => {
if (res.data.code == 0) {
......@@ -485,6 +486,7 @@ export default {
})
.finally(_ => {
this.loadingStatus = false;
this.selectPage.dataReady = true;
});
}
},
......
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