yuansh пре 2 година
родитељ
комит
d806e43b07

+ 1 - 1
src/components/tools/HeaderNotice.vue

@@ -156,7 +156,7 @@ export default {
                     return
                 }
                 this.loadData()
-            }, 6000)
+            }, 2000)
         },
         loadData () {
             try {

+ 1 - 0
src/views/system/UserAnnouncementList.vue

@@ -167,6 +167,7 @@
               if(res.success){
                 that.$message.success(res.message);
                 that.loadData();
+                Utils.$emit('demo','msg');
               }
             });
           }

+ 3 - 3
src/views/system/modules/AddressListRight.vue

@@ -105,19 +105,19 @@
             title: '虚拟网号',
             width: '10%',
             align: 'center',
-            dataIndex: 'nVirtualNo'
+            dataIndex: 'nvirtualNo'
           },
           {
             title: '公司电话',
             width: '10%',
             align: 'center',
-            dataIndex: 'nCompanyPhone'
+            dataIndex: 'ncompanyPhone'
           },
           {
             title: '公司内线',
             width: '10%',
             align: 'center',
-            dataIndex: 'nCompanyLine'
+            dataIndex: 'ncompanyLine'
           },
           {
             title: '家电',