Commit a672ff88 by 叶富雄

修复bug

parent ab72c09d
......@@ -328,6 +328,9 @@
if (scope.row.ywlx.length != 0 && scope.row.ywlx != null){
this.ywlx = scope.row.ywlx.split(',');
}
else {
this.ywlx=[]
}
},
allocation(){
......
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