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

w

parent 37a8c0f6
......@@ -119,7 +119,7 @@ export default {
}).then(r => {
if (r.result) {
this.fileds = r.result.filter(function(item) {
console.log(item);
// console.log(item);
item.span = 8;
if (item.dataType == 8 || item.dataType == 5) {
item.span = 24;
......
......@@ -362,7 +362,7 @@ export default {
watch: {
nodeInfo: {
handler(newName, oldName) {
console.log("ovo", newName, oldName);
// console.log("ovo", newName, oldName);
if (newName.rootCategoryId) {
this.initCols(() => {
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