Explorar el Código

修改判断标准相关

jiangbiao hace 3 años
padre
commit
b8936e7cf7
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;
       })
     },