feige
2024-11-10 5954aa0f9f982bba46843bf0dcc835f5efa2b667
修改bug
10个文件已修改
68 ■■■■■ 已修改文件
ruoyi-ui/src/views/bignote/index.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/clean/index.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/collection/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/contacts/index.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/device/equipmentInfo.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/device/index.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/doctor/index.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/economy/index.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/note/index.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/pet/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/bignote/index.vue
@@ -860,7 +860,16 @@
      const shareList = {}
      shareList.shareContents = this.id1 || this.ids;
      shareList.shareIds = this.ids1
      if(shareList.shareIds.length==0)
      {
          this.$modal.msgSuccess("请选择分享对象");
          return;
      }
      console.log(shareList,'sharelistsharelist')
      this.$modal.confirm('是否确认分享?').then(function() {
        return share(shareList);
      }).then(() => {
ruoyi-ui/src/views/clean/index.vue
@@ -872,6 +872,8 @@
      getList1() {
            this.loading1 = true;
    let userId = this.$store.state.user.userId
    this.userOptions = []
     showShareUser(userId, 2020).then(response=>{
                   console.log("===========ddddddddddddd")
                   console.log(response.data)
@@ -907,6 +909,11 @@
        const shareList = {}
        shareList.shareContents = this.id1 || this.ids;
        shareList.shareIds = this.ids1
        if(shareList.shareIds.length==0)
        {
                  this.$modal.msgSuccess("请选择分享对象");
                  return;
        }
        console.log(shareList,'sharelistsharelist')
        this.$modal.confirm('是否确认分享?').then(function() {
          return share(shareList);
ruoyi-ui/src/views/collection/index.vue
@@ -939,7 +939,7 @@
    getList1() {
        let userId = this.$store.state.user.userId
               
         this.userOptions = []
         showShareUser(userId, 2018).then(response=>{
                       console.log("===========ddddddddddddd")
                       console.log(response.data)
@@ -976,6 +976,11 @@
      const shareList = {}
      shareList.shareContents = this.id1 || this.ids;
      shareList.shareIds = this.ids1
      if(shareList.shareIds.length==0)
      {
                this.$modal.msgSuccess("请选择分享对象");
                return;
      }
      console.log(shareList,'sharelistsharelist')
      this.$modal.confirm('是否确认分享?').then(function() {
        return share(shareList);
ruoyi-ui/src/views/contacts/index.vue
@@ -953,6 +953,7 @@
       let userId = this.$store.state.user.userId
              
        
        this.userOptions = []
        showShareUser(userId, 2021).then(response=>{
                      console.log("===========ddddddddddddd")
                      console.log(response.data)
@@ -989,6 +990,11 @@
      const shareList = {}
      shareList.shareContents = this.id1 || this.ids;
      shareList.shareIds = this.ids1
      if(shareList.shareIds.length==0)
      {
                this.$modal.msgSuccess("请选择分享对象");
                return;
      }
      console.log(shareList,'sharelistsharelist')
      this.$modal.confirm('是否确认分享?').then(function() {
        return share(shareList);
ruoyi-ui/src/views/device/equipmentInfo.vue
@@ -440,6 +440,15 @@
          if (this.formData.id != undefined) {
            updateEquipment(this.formData).then(response => {
              this.$modal.msgSuccess("修改成功");
              console.log(this.$route)
                 this.$tab.closePage({ path: "/familymodel/zfDevice" })
            //    this.$store.dispatch("tagsView/delView",{ path: "/familymodel/zfDevice" }); //关闭当前页
                //this.$store.dispatch('tagsView/addView', {  title:"ZfDevice",path: "/familymodel/zfDevice" })
                //this.$store.dispatch('tagsView/addIframeView', { title:"ZfDevice",ZfDevicepath: "/familymodel/zfDevice" })
                //    this.$tab.refreshPage({ path: "/familymodel/zfDevice" });
                // this.$router.replace({ path: "/familymodel/zfDevice?cache=true" });
        //    this.$router.push("/familymodel/zfDevice");
                window.location.url="https://localhost:80/familymodel/zfDevice"
              // this.open = false;
              if(this.formData.status==1)
                this.formData.status = '是'
ruoyi-ui/src/views/device/index.vue
@@ -723,6 +723,7 @@
    };
  },
  created() {
      alert(1233)
    this.getList();
    //   this.getCateInfor()
    this.getInfo()
@@ -862,6 +863,8 @@
    getList1() {
          this.loading1 = true;
           let userId = this.$store.state.user.userId
           this.userOptions = []
           showShareUser(userId, 2017).then(response=>{
                         console.log("===========ddddddddddddd")
                         console.log(response.data)
@@ -897,6 +900,11 @@
      const shareList = {}
      shareList.shareContents = this.id1 || this.ids;
      shareList.shareIds = this.ids1
      if(shareList.shareIds.length==0)
      {
                this.$modal.msgSuccess("请选择分享对象");
                return;
      }
      console.log(shareList,'sharelistsharelist')
      this.$modal.confirm('是否确认分享?').then(function() {
        return share(shareList);
ruoyi-ui/src/views/doctor/index.vue
@@ -884,6 +884,8 @@
    },
    getList1() {
          let userId = this.$store.state.user.userId
          this.userOptions = []
          showShareUser(userId, 2019).then(response=>{
                        console.log("===========ddddddddddddd")
                        console.log(response.data)
@@ -919,6 +921,11 @@
      const shareList = {}
      shareList.shareContents = this.id1 || this.ids;
      shareList.shareIds = this.ids1
      if(shareList.shareIds.length==0)
      {
                this.$modal.msgSuccess("请选择分享对象");
                return;
      }
      console.log(shareList,'sharelistsharelist')
      this.$modal.confirm('是否确认分享?').then(function() {
        return share(shareList);
ruoyi-ui/src/views/economy/index.vue
@@ -841,6 +841,8 @@
    getList1() {
          this.loading1 = true;
       let userId = this.$store.state.user.userId
       this.userOptions = []
        showShareUser(userId, 2023).then(response=>{
                      console.log("===========ddddddddddddd")
                      console.log(response.data)
@@ -875,6 +877,11 @@
      const shareList = {}
      shareList.shareContents = this.id1 || this.ids;
      shareList.shareIds = this.ids1
      if(shareList.shareIds.length==0)
      {
                this.$modal.msgSuccess("请选择分享对象");
                return;
      }
      console.log(shareList,'sharelistsharelist')
      this.$modal.confirm('是否确认分享?').then(function() {
        return share(shareList);
ruoyi-ui/src/views/note/index.vue
@@ -837,6 +837,8 @@
    getList1() {
          this.loading1 = true;
    let userId = this.$store.state.user.userId
    this.userOptions = []
     showShareUser(userId, 2002).then(response=>{
                   console.log("===========ddddddddddddd")
                   console.log(response.data)
@@ -872,6 +874,11 @@
      const shareList = {}
      shareList.shareContents = this.id1 || this.ids;
      shareList.shareIds = this.ids1
      if(shareList.shareIds.length==0)
      {
                this.$modal.msgSuccess("请选择分享对象");
                return;
      }
      console.log(shareList,'sharelistsharelist')
      this.$modal.confirm('是否确认分享?').then(function() {
        return share(shareList);
ruoyi-ui/src/views/pet/index.vue
@@ -880,6 +880,7 @@
    getList1() {
         let userId = this.$store.state.user.userId
       
       this.userOptions = []
         
         showShareUser(userId, 2022).then(response=>{
                       console.log("===========ddddddddddddd")