|
@@ -12,7 +12,7 @@
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="19" class="right">
|
|
|
- <contextedit v-on="$listeners" :demandForm="demandForm" :totaltype="totaltype" :columnList="columnList"></contextedit>
|
|
|
+ <contextedit v-on="$listeners" :forms="forms" :totaltype="totaltype" :columnList="columnList"></contextedit>
|
|
|
</el-col>
|
|
|
</div>
|
|
|
<el-col :span="24" class="foots">
|
|
@@ -26,13 +26,13 @@
|
|
|
<script>
|
|
|
import heads from '@/layout/enterprise/heads.vue';
|
|
|
import mainMenu from '@/layout/enterprise/mainMenu.vue';
|
|
|
-import contextfabu from '@/layout/enterprise/contextfabu.vue';
|
|
|
+import contextedit from '@/layout/enterprise/contextedit.vue';
|
|
|
import foot from '@/layout/live/foot.vue';
|
|
|
export default {
|
|
|
name: 'adviserList',
|
|
|
props: {
|
|
|
liebiaoList: null, //分类导航
|
|
|
- demandForm: null, //需求发布
|
|
|
+ forms: null, //需求发布
|
|
|
columnList: null, //类型列表
|
|
|
totaltype: null, //判断
|
|
|
},
|