石广澎
2024-01-05 b2429057ae17e9f5b357435b0bff5f6cc0040b69
admin-web/src/views/departmentitem/ledgerquy/ledQuy/index.vue
@@ -164,7 +164,7 @@
      table: {
        showIndex: true, // 是否显示序号
        expand: false, // 是否显示详情数据
        url: SettingIplatform.apiBaseURL + '/pc/warehouse/flow/getTaiZhangList', // 请求地址
        url: SettingIplatform.apiBaseURL + '/pc/warehouse/flow/getDeptTaiZhangList', // 请求地址
        // 工具条
        tools: {
          columnsCtrl: {
@@ -181,7 +181,7 @@
        // 列信息
        columns: [
          { title: '机构', field: 'agencyName', align: 'left', width: 130 },
          { title: '部门', field: 'departName', align: 'left', width: 130 },
          { title: '部门', field: 'deptName', align: 'left', width: 130 },
          { title: '物品名称', field: 'goodsTemplateName', align: 'left', minWidth: 130 },
          { title: '规格型号', field: 'baseGoodsModelsName', align: 'left', width: 130 },
          {
@@ -225,7 +225,7 @@
    // 查询table列表
    search(pageNum) {
      if (pageNum != undefined) {
        this.$refs.myTable.search(pageNum);
        this.$refs.myTable.search({pageNum});
      } else {
        this.$refs.myTable.search();
      }