소스 검색

Merge branch 'dev' into test

liujt 9 달 전
부모
커밋
88aed0c63b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/warehouseManagement/stocktaking/plan/components/assignDialog.vue

+ 1 - 1
src/views/warehouseManagement/stocktaking/plan/components/assignDialog.vue

@@ -49,7 +49,7 @@
               <el-form-item label="执行人员" prop="executorId">
                 <el-select
                   v-model="formData.executorId"
-                  @changeExecutor="executorChange"
+                  @change="executorChange"
                   size="small"
                   style="width: 100%"
                   filterable