liuyg
2021-09-18 52b8cf4516b2c8e11ffe4ca3cad365822bfebe35
src/views/securityCompany/dispatch.vue
@@ -1,8 +1,8 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-07 17:30:05
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-10 16:06:03
 * @Last Modified by: liu
 * @Last Modified time: 2021-09-18 09:14:26
 * menu-name 派遣公司查询
 */
<template>
@@ -260,7 +260,7 @@
        const data = res.data.data;
        this.page.total = data.total;
        this.data = data.records;
        console.log(this.data, "dis");
        // console.log(this.data, "dis");
        this.loading = false;
        this.selectionClear();
      });