Explorar o código

feat: 移除参数变更loading

cuiyalong hai 3 semanas
pai
achega
5240c9bbec

+ 0 - 2
src/views/create-order/components/schema-form/schema-form.vue

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