代码调整
This commit is contained in:
parent
8ff8356d28
commit
8f0129a742
@ -51,7 +51,6 @@ export default {
|
|||||||
const group = this.$props.group;
|
const group = this.$props.group;
|
||||||
if (this.drawWay) {
|
if (this.drawWay) {
|
||||||
getScriptMemberDataNew(group).then(response=>{
|
getScriptMemberDataNew(group).then(response=>{
|
||||||
debugger;
|
|
||||||
const lastData = JSON.stringify(response.data);
|
const lastData = JSON.stringify(response.data);
|
||||||
this.allRoleData = this.coverData(lastData, ConstConfig.ConstSelect.roleTypeNew);
|
this.allRoleData = this.coverData(lastData, ConstConfig.ConstSelect.roleTypeNew);
|
||||||
// lastData = lastData.replace(new RegExp('id', 'g'), 'key');
|
// lastData = lastData.replace(new RegExp('id', 'g'), 'key');
|
||||||
|
Loading…
Reference in New Issue
Block a user