保安监管系统-验收版本
+
liuyg
2021-12-04 34054082bb31c54d93bfd3caa21257180ab37cf4
src/views/securityCompany/security.vue
@@ -2,7 +2,7 @@
 * @Author: Morpheus
 * @Date: 2021-07-07 17:30:05
 * @Last Modified by: liu
 * @Last Modified time: 2021-12-04 14:40:34
 * @Last Modified time: 2021-12-04 17:04:35
 * menu-name 保安服务公司查询
 */
<template>
@@ -292,6 +292,19 @@
      };
      this.dialogVisible = true;
    },
    handleRowlood(row) {
      //附件预览1
      // console.log(row);
      this.$router.push({
        // path: "/attach/index",
        path: "/resource/attachCopy",
        // redirect: { name: "foo" },
        // query: { row: row },
        query: { deptid: row.departmentid, type: "4" },
        // query: { deptid: row.departmentid },
        // params: { row: row.identificationnumber },
      });
    },
    rowSave(row, done, loading) {
      add(row).then(
        () => {
@@ -402,19 +415,6 @@
      this.$router.push({
        path: `/securityCompany/index`,
        query: obj,
      });
    },
    handleRowlood(row) {
      //附件预览1
      // console.log(row);
      this.$router.push({
        // path: "/attach/index",
        path: "/resource/attachCopy",
        // redirect: { name: "foo" },
        // query: { row: row },
        query: { deptid: row.departmentid, type: "4" },
        // query: { deptid: row.departmentid },
        // params: { row: row.identificationnumber },
      });
    },
  },