Commit 1c810cb9 authored by rencs's avatar rencs

Merge branch 'dev-td' into 'master-td'

Dev td

See merge request !1
parents ae9be158 1c6207d7
...@@ -867,11 +867,13 @@ export default { ...@@ -867,11 +867,13 @@ export default {
* 添加房车参数 * 添加房车参数
* */ * */
addModelParam() { addModelParam() {
console.log(this.form.modelParam);
let c = { let c = {
key: "", key: "",
val: "", val: "",
}; };
if (this.form.modelParam.length < 1) {
this.form.modelParam = [];
}
this.form.modelParam.push(c); this.form.modelParam.push(c);
}, },
/** /**
......
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