Commit ad4e06d4 by zhuxiaomei

添加的新字段

parent aafc7fed
......@@ -72,6 +72,7 @@
v-model="areaObj"
label="省市区"
@click="showCityPicker=true"
:columns-placeholder="['请选择', '请选择', '请选择']"
></van-field>
</table-col>
</table-row>
......@@ -1064,7 +1065,6 @@
}
data.shelfId = this.shelfId
data.testedType = this.testedType
console.log(this.testedType, 'this.testedType')
if (this.id) {
this._editSave(data)
} else {
......
......@@ -138,6 +138,7 @@
v-model="areaObj"
label="省市区"
@click="showCityPicker=true"
:columns-placeholder="['请选择', '请选择', '请选择']"
></van-field>
</table-col>
</table-row>
......
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