Commit 2e6d3126 by huangchunlan

宽带订单

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