Commit fad9aa28 by 无尘

fix: 修改审核

parent b405a218
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-16 17:39:05
* @LastEditTime: 2020-09-16 17:45:35
-->
<template>
<div class="customer-assign-wrap">
......@@ -155,7 +155,7 @@ export default {
// 顾客列表
departObj: {}, // 选中的部门、门店
gicData: [], // gic
clerkId: '0', // 导购
clerkId: '', // 导购
searchInput: '',
clerkOptions: [], // 导购下拉列表
storeBrandId: '',
......@@ -197,7 +197,7 @@ export default {
that.currentPage = 1;
that.tableData = [];
that.clerkOptions = [];
that.clerkId = '0'; // 导购
that.clerkId = ''; // 导购
that.searchInput = '';
that.selectRadio = 0;
that.multipleSelection = [];
......@@ -425,7 +425,7 @@ export default {
that.currentPage = 1;
that.tableData = [];
that.clerkOptions = [];
that.clerkId = '0'; // 导购
that.clerkId = ''; // 导购
that.searchInput = '';
that.multipleSelection = [];
},
......
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