Commit 8fc97932 authored by rencs's avatar rencs

10.22

parent 3439ecac
...@@ -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