Commit 42d280d8 by 无尘

fix: 修改顾客设置

parent 0bec3c29
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-10 17:23:52
* @LastEditTime: 2020-09-11 14:20:07
-->
<template>
<div class="customer-assign-wrap">
......@@ -220,8 +220,8 @@ export default {
setData() {
const that = this;
let openCodes = [];
for(let i in that.customerShowData) {
if(that.customerShowData[i]){
for(let i in that.customerSetData) {
if(that.customerSetData[i]){
openCodes.push(i);
}
}
......
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