|
@@ -185,7 +185,7 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
-import {tabTypeLazyTree,removeTableByCondition} from "@/api/manager/wbsprivate";
|
|
|
|
|
|
+import {tabTypeLazyTree,delAprojectTab} from "@/api/manager/wbsprivate";
|
|
import {
|
|
import {
|
|
updateBatchNodeTableInfo,
|
|
updateBatchNodeTableInfo,
|
|
selectByNodeTable,
|
|
selectByNodeTable,
|
|
@@ -483,10 +483,7 @@ export default {
|
|
type: "warning"
|
|
type: "warning"
|
|
})
|
|
})
|
|
.then(() => {
|
|
.then(() => {
|
|
- let ids=this.ids.split(',')
|
|
|
|
- ids.forEach((item)=>{
|
|
|
|
- return removeTableByCondition(item,this.projectid,this.wbsid);
|
|
|
|
- })
|
|
|
|
|
|
+ return delAprojectTab(this.ids,this.projectid);
|
|
|
|
|
|
|
|
|
|
})
|
|
})
|
|
@@ -541,7 +538,7 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
//#region 调整表单
|
|
//#region 调整表单
|
|
- adjustExcel(pkeyId, excelId) {
|
|
|
|
|
|
+ adjustExcel(id,pkeyId) {
|
|
this.excelHtml=true
|
|
this.excelHtml=true
|
|
// console.log('调整表单');
|
|
// console.log('调整表单');
|
|
// //调整表单
|
|
// //调整表单
|