Commit ad4e06d4 by zhuxiaomei

添加的新字段

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