Explorar el Código

列表显示“其它”

natasha hace 1 año
padre
commit
1a12b52117
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/Textanalysis/index.vue

+ 1 - 1
src/views/Textanalysis/index.vue

@@ -853,7 +853,7 @@ export default {
       // 先添加DOM再进行创建图表
       await this.addnode().then(() => {
         let newdata = JSON.parse(JSON.stringify(data));
-        newdata.splice(data.length - 1, 1);
+        // newdata.splice(data.length - 1, 1);
         let name = [];
         let valueStype = [];
         let value = [];