|
@@ -127,7 +127,6 @@ export default {
|
|
watch: {
|
|
watch: {
|
|
value: {
|
|
value: {
|
|
handler(n) {
|
|
handler(n) {
|
|
- this.changeLoading(true)
|
|
|
|
this.onValueChange(n) // 用于监听哪些字段做了变动,然后进行一些操作
|
|
this.onValueChange(n) // 用于监听哪些字段做了变动,然后进行一些操作
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -462,7 +461,6 @@ export default {
|
|
})
|
|
})
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- this.changeLoading(false)
|
|
|
|
}, 100),
|
|
}, 100),
|
|
async getPrice(p) {
|
|
async getPrice(p) {
|
|
if (this.readonly) return
|
|
if (this.readonly) return
|