yuhan 10 mēneši atpakaļ
vecāks
revīzija
a4f50cc471

+ 8 - 8
src/views/module_kzks/projectCostList/modulesDetail/KyBgDetailList.vue

@@ -273,14 +273,14 @@
       // },
     },
     methods: {
-      loadData() {
-        this.loading = true;
-        getAction(this.url.list, {taskno: this.taskno}).then((res) => {
-          this.dataSource = res
-        }).finally(() => {
-          this.loading = false
-        })
-      },
+      // loadData() {
+      //   this.loading = true;
+      //   getAction(this.url.list, {taskno: this.taskno}).then((res) => {
+      //     this.dataSource = res
+      //   }).finally(() => {
+      //     this.loading = false
+      //   })
+      // },
       initDictConfig(){
       },
       getSuperFieldList(){