fix:光芯configData中columnWidth调整

This commit is contained in:
shijing 2026-02-27 10:26:10 +08:00
parent fb3a821673
commit 33c97c1bd9
1 changed files with 1 additions and 0 deletions

View File

@ -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) => {