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