Commit 2e6d3126 by huangchunlan

宽带订单

parent adb29a15
...@@ -260,7 +260,6 @@ ...@@ -260,7 +260,6 @@
v-model="orderInfo.idCard" v-model="orderInfo.idCard"
class="idCard" class="idCard"
ref="idCardValue" ref="idCardValue"
@change="idCardValue"
/> />
</p> </p>
</a-col> </a-col>
...@@ -513,9 +512,7 @@ export default { ...@@ -513,9 +512,7 @@ export default {
}; };
}, },
methods: { methods: {
idCardValue(e) { // 编辑下拉
this.orderInfo.idCard = this.$refs.idCardValue.value;
},
statusData(value) { statusData(value) {
this.orderInfo.orderStatus = value; this.orderInfo.orderStatus = value;
}, },
......
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