소스 검색

修改判断标准相关

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