Commit f8efdcc7 by liudx

修改表格的序号

parent 1b05e098
......@@ -229,9 +229,6 @@ export default {
this.baseinfo.company_invest.forEach((item, index) => {
item.id = index + 1;
});
this.baseinfo.company_finance.forEach((item, index) => {
item.id = index + 1;
});
} else {
message.error(res.msg);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment