whj 1 năm trước cách đây
mục cha
commit
61a5e51fff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/store/outstoreform/modules/BaseFormYY.vue

+ 1 - 1
src/views/store/outstoreform/modules/BaseFormYY.vue

@@ -431,7 +431,7 @@ export default {
       this.data = record.detailList
     },
     setTree (record = {}) {
-      fetchSbTypeTree({ type: 1 }).then((res) => {
+      fetchSbTypeTree().then((res) => {
         this.treeData = res.data.map(item => {
           item.selectable = item.children == null
           return item