|
@@ -61,6 +61,11 @@
|
|
<div class="flex jc-sb pd-b-10">
|
|
<div class="flex jc-sb pd-b-10">
|
|
<span></span>
|
|
<span></span>
|
|
<div>
|
|
<div>
|
|
|
|
+ <el-button
|
|
|
|
+ size="small"
|
|
|
|
+ @click="splitTree"
|
|
|
|
+ type="success"
|
|
|
|
+ >征拆划分</el-button>
|
|
<el-button
|
|
<el-button
|
|
size="small"
|
|
size="small"
|
|
@click="testTree"
|
|
@click="testTree"
|
|
@@ -264,6 +269,16 @@ export default {
|
|
}
|
|
}
|
|
});
|
|
});
|
|
},
|
|
},
|
|
|
|
+ splitTree () {
|
|
|
|
+ this.$router.push({
|
|
|
|
+ path: '/project/tree',
|
|
|
|
+ query: {
|
|
|
|
+ pid: this.curProjiect.id,
|
|
|
|
+ wbsid: this.curProjiect.referenceWbsTemplateId,
|
|
|
|
+ type: 5
|
|
|
|
+ }
|
|
|
|
+ });
|
|
|
|
+ },
|
|
editTree () {
|
|
editTree () {
|
|
this.$router.push({
|
|
this.$router.push({
|
|
path: '/project/tree',
|
|
path: '/project/tree',
|