Browse Source

no message

linwenxin 9 months ago
parent
commit
e5be79fcc1

+ 2 - 2
src/views/workOrder/settleAccountsManagement/rewardsPunishmentsOrder/index.vue

@@ -421,8 +421,8 @@ export default {
     },
     getWebsit() {
       if (this.type == 0) {
-        this.formData.websitId = JSON.parse(localStorage.getItem('greemall_user')).adminWebsitId
-        this.formData.websitName = JSON.parse(localStorage.getItem('greemall_user')).nickName
+        // this.formData.websitId = JSON.parse(localStorage.getItem('greemall_user')).adminWebsitId
+        // this.formData.websitName = JSON.parse(localStorage.getItem('greemall_user')).nickName
       } else {
         getWebsit({ type: 'C' }).then(res => {
           this.websitList = res.data