fix:光芯configData中columnWidth调整
This commit is contained in:
parent
fb3a821673
commit
33c97c1bd9
|
|
@ -979,6 +979,7 @@ export default {
|
||||||
that[keys] = that.deepCopy(configData);
|
that[keys] = that.deepCopy(configData);
|
||||||
if(index!==4){
|
if(index!==4){
|
||||||
that[keys].header.splice(2,1);
|
that[keys].header.splice(2,1);
|
||||||
|
that[keys].columnWidth=[142,80,80,80];
|
||||||
}
|
}
|
||||||
that[keys].data = [];
|
that[keys].data = [];
|
||||||
that.$API.wpm.ana.batchwork.req({mgroup_name:name}).then((res) => {
|
that.$API.wpm.ana.batchwork.req({mgroup_name:name}).then((res) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue