|
|
@@ -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
|