Commit 1b0ebda1 by gao_yingdong

车辆基本信息

parent e75b9ab2
...@@ -458,9 +458,7 @@ export default { ...@@ -458,9 +458,7 @@ export default {
if (res.success === true) { if (res.success === true) {
self.tableLoading = false; self.tableLoading = false;
if (self.cxType == "cljbxxDj") { if (self.cxType == "cljbxxDj") {
let array = []; self.tableData = res.data.result.rows;
array.push(res.data.result.rows);
self.tableData = array;
} else { } else {
self.tableData = res.data.rows self.tableData = res.data.rows
? res.data.rows ? res.data.rows
......
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