Commit 79ab0203 authored by 仇晓婷's avatar 仇晓婷

w

parent 37a8c0f6
...@@ -119,7 +119,7 @@ export default { ...@@ -119,7 +119,7 @@ export default {
}).then(r => { }).then(r => {
if (r.result) { if (r.result) {
this.fileds = r.result.filter(function(item) { this.fileds = r.result.filter(function(item) {
console.log(item); // console.log(item);
item.span = 8; item.span = 8;
if (item.dataType == 8 || item.dataType == 5) { if (item.dataType == 8 || item.dataType == 5) {
item.span = 24; item.span = 24;
......
...@@ -362,7 +362,7 @@ export default { ...@@ -362,7 +362,7 @@ export default {
watch: { watch: {
nodeInfo: { nodeInfo: {
handler(newName, oldName) { handler(newName, oldName) {
console.log("ovo", newName, oldName); // console.log("ovo", newName, oldName);
if (newName.rootCategoryId) { if (newName.rootCategoryId) {
this.initCols(() => { this.initCols(() => {
if (newName.categoryId) { if (newName.categoryId) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment