Browse Source

956 ok cqx

bding 4 months ago
parent
commit
177daff784
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/custom_manage/customList/customShareList.vue

+ 6 - 0
src/views/custom_manage/customList/customShareList.vue

@@ -1042,6 +1042,12 @@ export default {
 	created() {
 	created() {
 		this.getSale()
 		this.getSale()
 		this.getoriginalSale()
 		this.getoriginalSale()
+		//权益销售和权益销售组长,默认选中【已分配】,权益管理员默认选中【待分配】
+		if(localStorage.getItem('RoleType')==='权益'){
+			if(!this.roleType.includes('admin')){
+				this.status = 1
+			}
+		}
 		this.getTableData()
 		this.getTableData()
 	}
 	}
 }
 }