Commit 2f348f3f by 无尘

fix: 修改分配参数

parent 56b97b49
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-04-14 09:50:16
* @LastEditors: 无尘
* @LastEditTime: 2020-09-17 18:30:05
* @LastEditTime: 2020-09-18 09:23:57
-->
<!--
<customer-assign v-if="assignShow" :store-brand-id="storeBrandId" :brand-id="brandId" :customer-assign-total="customerAssignTotal" :clerk-id="clerkId" :search-params="searchInput" :choose-all="selectRadio" :depart-obj="departObj" :multiple-data="multipleSelection" @closeText="closeText" @submitText="submitText"></customer-assign>
......@@ -386,7 +386,7 @@ export default {
storeInfoId: that.departObj.storeInfoId,
mainClerkId: that.clerkId,
search: that.searchParams,
mcuIds: that.chooseAll == 1 ? '' : Object.keys(that.editRow).length ? [ that.editRow.mcuId ] : that.multipleData.map(ele=>ele.mcuId),
mcuIds: that.chooseAll == 1 ? [] : Object.keys(that.editRow).length ? [ that.editRow.mcuId ] : that.multipleData.map(ele=>ele.mcuId),
clerkIds: clerkIds,
staffName: that.staffName,
brandId: that.storeBrandId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment