Commit 1b0ebda1 by gao_yingdong

车辆基本信息

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