bding hace 4 meses
padre
commit
177daff784
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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() {
 		this.getSale()
 		this.getoriginalSale()
+		//权益销售和权益销售组长,默认选中【已分配】,权益管理员默认选中【待分配】
+		if(localStorage.getItem('RoleType')==='权益'){
+			if(!this.roleType.includes('admin')){
+				this.status = 1
+			}
+		}
 		this.getTableData()
 	}
 }