浏览代码

提交日报周报页面

newStyle
douzhuo 2 年前
父节点
当前提交
ba02735ab5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/views/building/sugDetail.vue

+ 1
- 1
src/views/building/sugDetail.vue 查看文件

@@ -94,7 +94,7 @@ export default {
this.getParamsObj.id = this.$route.query.id
}
if (this.$route.query.week) {
this.week = this.$route.query.week
this.getParamsObj.week = this.$route.query.week
}
if (this.$route.query.pid) {
this.getParamsObj.pid = this.$route.query.pid


正在加载...
取消
保存