cloud-web-corejs 1.0.54-dev.383 → 1.0.54-dev.384

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.383",
4
+ "version": "1.0.54-dev.384",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -314,7 +314,7 @@ export default {
314
314
  { id: "onTaskDblClick" }
315
315
  );*/
316
316
 
317
- // this.initConfig();
317
+ this.initConfig();
318
318
  // 清空旧数据
319
319
  gantt.clearAll();
320
320
  // 销毁gantt实例 按需开启