升降机系统违规信息接口联调

This commit is contained in:
骆乐 2022-09-02 17:57:34 +08:00
parent ce22ecb11d
commit 0957d72c6a

View File

@ -155,6 +155,7 @@ export default {
this.pageInfo.pageNo = 1;
}
let data = this.formInline
data.projectSn = this.$store.state.projectSn;
data.pageSize = this.pageInfo.pageSize;
data.pageNo = this.pageInfo.pageNo;
getLifterViolationApi(data).then(res => {