zengh
2021-05-20 729d8843d626ff3a9d375e2489950565a237f257
客户管理问题修复(学校信息无法保存、下级设备无法查看)
4 files modified
6 ■■■■ changed files
src/api/system/tenant.js 2 ●●● patch | view | raw | blame | history
src/views/suser/suser.vue 1 ●●●● patch | view | raw | blame | history
src/views/system/cs.vue 1 ●●●● patch | view | raw | blame | history
src/views/system/tenant.vue 2 ●●● patch | view | raw | blame | history
src/api/system/tenant.js
@@ -178,7 +178,7 @@
}
export const updateInfos = (nature, had, motto, ctime, content,hn) => {
  return request({
    url: '/api/blade-system/tenant/updateInfoy',
    url: '/api/blade-system/tenant/updateInfos',
    method: 'post',
    params: {
      nature,
src/views/suser/suser.vue
@@ -222,7 +222,6 @@
        let ids = [];
          console.log(this.selectionList,111111111);
        this.selectionList.forEach(ele => {
          console.log(ele,id,2222222222);
          ids.push(ele.id);
        });
          console.log(this.selectionList,333333333333);
src/views/system/cs.vue
@@ -833,6 +833,7 @@
      );
    },
    rowUpdate(row, index, done, loading) {
      debugger
      if (row.type == "0") {
        updateInfoy(
          row.dj,
src/views/system/tenant.vue
@@ -97,7 +97,7 @@
        index: true,
        selection: true,
        viewBtn: true,
        dialogWidth: 900,
        dialogWidth: 1000,
        dialogClickModal: false,
        column: [
          {