11
WXL
2023-10-12 e1d633ddeece986c1c866d4bc28e4193f3e3c41e
src/views/project/fund/performanceApply/index.vue
@@ -63,9 +63,6 @@
            </el-select>
          </el-form-item>
        </el-col>
      </el-row>
      <el-row>
        <el-col :span="6">
@@ -157,7 +154,7 @@
        </template>
      </el-table-column>
      <el-table-column
        label="预审状态"
        label="申请材料状态"
        width="140"
        align="center"
        prop="checkstatus"
@@ -209,7 +206,6 @@
            >修改</el-button
          >
          <el-button
            size="mini"
            type="text"
            icon="el-icon-edit"
@@ -290,7 +286,6 @@
    "sys_expensetype",
    "sys_performance_type",
    "sys_stage_type"
  ],
  data() {
    //这里存放数据
@@ -466,11 +461,16 @@
        query: { id: row.id, businessType: "5", operationType: "update" }
      });
    },
       /** 复制按钮操作 */
       duplicationfn(row) {
    /** 复制按钮操作 */
    duplicationfn(row) {
      this.$router.push({
        path: "/finance/performancedetails/",
        query: { id: row.id, businessType: "5", Copy: "1", operationType: "update" }
        query: {
          id: row.id,
          businessType: "5",
          Copy: "1",
          operationType: "update"
        }
      });
    },