修复流量团队加载问题

This commit is contained in:
liaozetao
2023-10-07 17:33:21 +08:00
parent 9a04f81968
commit 3b75a93b2c
5 changed files with 11 additions and 0 deletions

View File

@@ -198,6 +198,7 @@ export default {
type: "get",
url: "/admin/flowTeam/listTeam.action",
dataType: "json",
async: false,
success: function (json) {
if (json.success) {
if (json.data) {
@@ -224,6 +225,7 @@ export default {
groupName: ''
},
dataType: "json",
async: false,
success: function (json) {
console.log("init group success", json);
flowGroups = json.rows;

View File

@@ -185,6 +185,7 @@ export default {
type: "get",
url: "/admin/flowTeam/listTeam.action",
dataType: "json",
async: false,
success: function (json) {
if (json.success) {
if (json.data) {
@@ -211,6 +212,7 @@ export default {
groupName: ''
},
dataType: "json",
async: false,
success: function (json) {
console.log("init group success", json);
flowGroups = json.rows;

View File

@@ -128,6 +128,7 @@ export default {
type: "get",
url: "/admin/flowTeam/listTeam.action",
dataType: "json",
async: false,
success: function (json) {
if (json.success) {
if (json.data) {
@@ -154,6 +155,7 @@ export default {
groupName: ''
},
dataType: "json",
async: false,
success: function (json) {
console.log("init group success", json);
flowGroups = json.rows;

View File

@@ -229,6 +229,7 @@ export default {
type: "get",
url: "/admin/flowTeam/listTeam.action",
dataType: "json",
async: false,
success: function (json) {
if (json.success) {
if (json.data) {
@@ -255,6 +256,7 @@ export default {
groupName: ''
},
dataType: "json",
async: false,
success: function (json) {
console.log("init group success", json);
flowGroups = json.rows;
@@ -290,6 +292,7 @@ export default {
// 初始化团队选择器
function initGroupSelector() {
debugger;
const options = [];
options.push('<option value="">选择团队</option>')
for (var i = 0; i < flowGroups.length; i++) {

View File

@@ -87,6 +87,7 @@ export default {
type: "get",
url: "/admin/flowTeam/listTeam.action",
dataType: "json",
async: false,
success: function (json) {
if (json.success) {
if (json.data) {
@@ -113,6 +114,7 @@ export default {
groupName: ''
},
dataType: "json",
async: false,
success: function (json) {
console.log("init group success", json);
flowGroups = json.rows;