zhouwx
2025-03-17 e59f909c6b3d45d49fde4716d6380f52a865dc4f
接口对接
已修改5个文件
37 ■■■■■ 文件已修改
src/views/signProject/components/circulation.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/signProject/components/record.vue 29 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/signProject/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/templateManage/components/templateDialog.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/templateManage/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/signProject/components/circulation.vue
@@ -95,7 +95,6 @@
const getDept = () => {
  listDept().then(response => {
    state.options = proxy.handleTree(response.data, "deptId",'parentId','children');
    console.log('response',state.options)
  });
}
src/views/signProject/components/record.vue
@@ -87,35 +87,6 @@
  })
  newArr.sort((a,b) => a.sort - b.sort)
  state.activities = newArr
  // state.activities = [
    // {
    //   content: '创建人:张三(综合办)',
    //   timestamp: '2018-04-03 20:46',
    //   size: 'large',
    //   state: 1,
    // },
    // {
    //   content: '最初签署人:李四',
    //   timestamp: '2018-04-03 20:46',
    //   size: 'large',
    //   state: 1,
    // },
    // {
    //   title: '由  XXX 部门 XX 流转',
    //   content: 'XXXX',
    //   timestamp: '2018-04-03 20:46',
    //   size: 'large',
    //   state: 1,
    // },
    // {
    //   title: '由  XXX 部门 XX 流转',
    //   content: 'XXXX',
    //   timestamp: '2018-04-03 20:46',
    //   size: 'large',
    //   state: 1,
    // },
  // ]
  dialogVisible.value = true;
}
src/views/signProject/index.vue
@@ -144,8 +144,6 @@
  circulationRef.value.openDialog(value)
}
const view = (val) => {
  // const url =import.meta.env.VITE_APP_BASE_API  +val.itemFile
  // window.open(url)
  viewPRef.value.openDialog(val)
}
const archiveBtn = (val) => {
src/views/templateManage/components/templateDialog.vue
@@ -133,7 +133,6 @@
      }
      state.form.fileList = [obj]
      state.iframeSrc = import.meta.env.VITE_APP_BASE_API + state.form.filePath
      console.log('xx',state.iframeSrc)
    }else {
      state.form.fileList = []
    }
src/views/templateManage/index.vue
@@ -108,9 +108,7 @@
/** 重置新增的表单以及其他数据  */
function reset() {
  data.queryParams = {
    pageNum: 1,
    pageSize: 10,
    name: ''
    templateName: ''
  }
  getList()
}