车型项目库分页bug修复

This commit is contained in:
Mr.Z
2021-08-24 10:51:08 +08:00
parent 4e3dff9ece
commit 1b519291d8
@@ -734,7 +734,8 @@ export default {
}, res => {
if (res.ok) {
// this.$message.success(res.message)
this.getDataList()
// this.getDataList()
this.showLocalProductData(this.getLocalPro)
}
}, e => {
});
@@ -838,7 +839,8 @@ export default {
this.proId = this.localProEO.id
// 查询详情表格数据
this.$http.get('sarStandProjectLibrary/queryStandInfo', {
id: this.localProEO.id
id: this.localProEO.id,
cars: "1"
}, {
_this: this,
loading: 'loading'