优化表结构
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
if (res && res.code === 200) {
|
||||
var ubList = res.data.userBusinessList;
|
||||
userBusinessId = ubList[0].id;
|
||||
roleBtnStr = ubList[0].btnstr;
|
||||
roleBtnStr = ubList[0].btnStr;
|
||||
var getValue = ubList[0].value;
|
||||
getValue = getValue.substring(1, getValue.length - 1);
|
||||
if (getValue.indexOf("][")) {
|
||||
|
||||
Reference in New Issue
Block a user