Commit c7f580b4 authored by knight's avatar knight Committed by wux

bug223 【订单列表-修改货值】打开修改货值页面后,再对订单进行复制时,复制页面有些输入项被置灰,无法编辑

parent 4bce87b9
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
:rules="rules" :rules="rules"
label-position="left" label-position="left"
inline inline
:key="$route.fullPath"
:disabled="updateChannel || updateWorth" :disabled="updateChannel || updateWorth"
:validate-on-rule-change="false" :validate-on-rule-change="false"
> >
...@@ -1391,10 +1392,10 @@ export default { ...@@ -1391,10 +1392,10 @@ export default {
}, },
async getOrder() { async getOrder() {
console.log('是否加载编辑订单数据') console.log('是否加载编辑订单数据')
if (this.form.orderId == this.$route.query.id) { // if (this.form.orderId == this.$route.query.id) {
console.log('加载中或者已加载此订单数据,不重复加载', this.initing, this.form.orderId, this.$route.query.id) // console.log('加载中或者已加载此订单数据,不重复加载', this.initing, this.form.orderId, this.$route.query.id)
return // return
} // }
await this.$nextTick() await this.$nextTick()
this.initing = true this.initing = true
getUpdateInfo(this.$route.query.id).then(async (res) => { getUpdateInfo(this.$route.query.id).then(async (res) => {
......
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