Commit d3d97e2d by 无尘

fix: 修改各个排序

parent 180e6de3
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 16:51:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-09 11:39:02
* @LastEditTime: 2020-09-11 09:22:14
-->
<template>
......@@ -387,6 +387,7 @@ export default {
getTableList() {
const that = this;
that.loading = true;
that.tagsData = [];
const para = {
wxEnterpriseId: that.wxEnterpriseId,
enterpriseId: that.brandId,
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-27 10:16:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-09 11:39:32
* @LastEditTime: 2020-09-11 09:21:21
-->
<template>
......@@ -301,6 +301,7 @@ export default {
getGroupList() {
const that = this;
that.loading = true;
that.memberCrowdData = [];
const para = {
wxEnterpriseId: that.wxEnterpriseId,
enterpriseId: that.brandId,
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-27 11:36:51
* @LastEditors: 无尘
* @LastEditTime: 2020-09-08 15:37:26
* @LastEditTime: 2020-09-11 09:20:03
-->
<template>
......@@ -181,6 +181,9 @@ export default {
const that = this;
that.loadingMember = true;
that.loadingService = true;
// 防止拖拽后排序失败页面无刷新情况
that.memberCardData = [];
that.serviceNumData = [];
const para = {
wxEnterpriseId: that.wxEnterpriseId,
enterpriseId: that.brandId
......
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