|
@@ -1994,7 +1994,7 @@ export default {
|
|
//#endregion
|
|
//#endregion
|
|
|
|
|
|
//#region wbs私有树排序
|
|
//#region wbs私有树排序
|
|
- async sortpai (data, node) {
|
|
|
|
|
|
+ async sortpai (data) {
|
|
console.log(data);
|
|
console.log(data);
|
|
await this.findWbsTreePrivateSameLevel({
|
|
await this.findWbsTreePrivateSameLevel({
|
|
parentId: data.parentId,
|
|
parentId: data.parentId,
|
|
@@ -2108,10 +2108,8 @@ export default {
|
|
//#endregion
|
|
//#endregion
|
|
|
|
|
|
//#region 调整表单
|
|
//#region 调整表单
|
|
- async adjustExcel () {//调整表单
|
|
|
|
- await this.getExcelHtml()
|
|
|
|
- this.excelHtml = true
|
|
|
|
- // console.log();
|
|
|
|
|
|
+ adjustExcel () {//调整表单
|
|
|
|
+ this.getExcelHtml()
|
|
// this.$router.push('/ceshi/trees')
|
|
// this.$router.push('/ceshi/trees')
|
|
},
|
|
},
|
|
async getExcelHtml () {
|
|
async getExcelHtml () {
|
|
@@ -2120,6 +2118,8 @@ export default {
|
|
if (res.code === 200) {
|
|
if (res.code === 200) {
|
|
localStorage.setItem('excelHtml', res.data)
|
|
localStorage.setItem('excelHtml', res.data)
|
|
this.adjustmentExcel = res.data
|
|
this.adjustmentExcel = res.data
|
|
|
|
+ this.excelHtml = true
|
|
|
|
+
|
|
}
|
|
}
|
|
},
|
|
},
|
|
removeExcel () {
|
|
removeExcel () {
|