Преглед на файлове

Merge branch 'orangeUrgent' into allTestUrgent

qymljy преди 1 година
родител
ревизия
04c20132ab
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      src/HManagement/clueManage/clue_private/index.vue
  2. 1 1
      src/HManagement/clueManage/clue_public/index.vue
  3. 1 1
      src/SManagement/orderclue/index.vue

+ 1 - 1
src/HManagement/clueManage/clue_private/index.vue

@@ -321,7 +321,7 @@ export default {
     this.statusList = res2.data;
     const res3 = await this.$store.dispatch("optiontypeselect", "tradefield");
     this.tradefields = res3.data;
-    const res4 = await this.$store.dispatch("optiontypeselect", "cluesource");
+    const res4 = await this.$store.dispatch("optiontypeselect", "cluesourcesift");
     this.cluesourceList = res4.data;
     console.log(
       this.tool.tabelCol(this.$route.name).cluePrivateSalerTable.tablecols

+ 1 - 1
src/HManagement/clueManage/clue_public/index.vue

@@ -158,7 +158,7 @@ export default {
     this.statusList = res2.data
     const res3 = await this.$store.dispatch('optiontypeselect','tradefield')
     this.tradefields = res3.data
-    const res4 = await this.$store.dispatch("optiontypeselect", "cluesource");
+    const res4 = await this.$store.dispatch("optiontypeselect", "cluesourcesift");
     this.cluesourceList = res4.data;
     this.query_arealist()
     this.tagList()

+ 1 - 1
src/SManagement/orderclue/index.vue

@@ -185,7 +185,7 @@ export default {
     this.statusList = res2.data
     const res3 = await this.$store.dispatch('optiontypeselect','tradefield')
     this.tradefields = res3.data
-    const res4 = await this.$store.dispatch("optiontypeselect", "cluesource");
+    const res4 = await this.$store.dispatch("optiontypeselect", "cluesourcesift");
     this.cluesourceList = res4.data;
     console.log(this.statusList);
     this.tablecols = this.tool.tabelCol(this.$route.name).orderclueList.tablecols