@@ -854,6 +854,8 @@ export default {
// 备份原始数据
row['oldRow'] = JSON.parse(JSON.stringify(row));
this.$nextTick(() => {
+ var yardstick = row.yardstick;
+ row.yardstick=yardstick.split(",");
row.isEdit = true;
})
},