Commit 7ba93db8 by 无尘

fix: 修改顾客设置

parent 08388f91
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2020-08-20 14:36:37 * @Date: 2020-08-20 14:36:37
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-09-11 14:20:07 * @LastEditTime: 2020-09-11 14:22:23
--> -->
<template> <template>
<div class="customer-assign-wrap"> <div class="customer-assign-wrap">
...@@ -260,7 +260,7 @@ export default { ...@@ -260,7 +260,7 @@ export default {
.then(res => { .then(res => {
if (res.result && !!res.result.length) { if (res.result && !!res.result.length) {
res.result.forEach(ele => { res.result.forEach(ele => {
that.customerShowData[ele.switchCode] = ele.switchFlag == 1 ? true : false; that.customerSetData[ele.switchCode] = ele.switchFlag == 1 ? true : false;
}); });
}else { }else {
that.customerSetData = { that.customerSetData = {
......
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