Ver código fonte

修改判断标准相关

jiangbiao 3 anos atrás
pai
commit
b8936e7cf7
1 arquivos alterados com 2 adições e 0 exclusões
  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;
       })
     },