Browse Source

feat: 移除参数变更loading

cuiyalong 3 weeks ago
parent
commit
5240c9bbec
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/views/create-order/components/schema-form/schema-form.vue

+ 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