浏览代码

修改判断标准相关

jiangbiao 3 年之前
父节点
当前提交
b8936e7cf7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ui/src/views/plant/targetagreement/index.vue

+ 2 - 0
ui/src/views/plant/targetagreement/index.vue

@@ -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;
       })
     },