|
|
@@ -16,7 +16,7 @@
|
|
|
<span class=" sp1 mt-5">{{ item.projectNumber }}<span class="grey font-14 ml-5">个</span></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <base-button v-if='permissions.permissions.projectAdd' class="ml-20 mt-20" icon="Plus" title="新增"
|
|
|
+ <base-button v-if='permissions.permissions?.projectAdd' class="ml-20 mt-20" icon="Plus" title="新增"
|
|
|
@click="showAdd = true"/>
|
|
|
</div>
|
|
|
<avue-crud ref="crud"
|
|
|
@@ -236,7 +236,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
created () {
|
|
|
- this.getStageList()
|
|
|
+ // this.getStageList()
|
|
|
this.getTypeList()
|
|
|
this.$bus.on('serach', (res) => {
|
|
|
this.onLoad(res)
|