qx
qx
2025-03-19 9da0e2b46b4c9c84eeea1172245b98ca34725638
qx
2个文件已修改
12 ■■■■ 已修改文件
src/views/hosp/project/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/project/index.vue
@@ -692,13 +692,7 @@
          } else if (this.treeDate.id) {
           if(this.treeDate.qf == "0"){
            this.form.proParentId = "0"
            this.projectOptions.forEach((item) => {
              item.children.forEach((item1) => {
                if (this.treeDate.id == item1.deptId) {
                  this.form.deptId = item1.deptId;
                }
              });
            });
            this.form.deptId =this.treeDate.id
           }else{
            this.form.proParentId = this.treeDate.id;
            this.projectOptions.forEach((item) => {
src/views/index.vue
@@ -158,8 +158,8 @@
          yAxis: {
            type: 'value',
            min: 0,
            max: 100,
            interval: 5
            max: 400,
            interval: 20
          },
          series: [
            {