浏览代码

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