Browse Source

Update order-add-or-update.vue

damon227 2 years ago
parent
commit
13533fde30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/modules/order/order-add-or-update.vue

+ 1 - 1
src/views/modules/order/order-add-or-update.vue

@@ -311,7 +311,7 @@
   import { dealStepData, dealStepLogs } from '@/api/util'
   import CusComponent from '../common/cus-component'
   import AddOrUpdate from '../product/template-add-or-update'
-  import WorderAddOrUpdate from '../worder/add-or-update'
+  import WorderAddOrUpdate from '../worder/add-or-update-dialog'
   import PreviewComponent from '@/views/modules/common/preview-component'
 
   export default {