浏览代码

956 ok cqx

bding 4 月之前
父节点
当前提交
177daff784
共有 1 个文件被更改,包括 6 次插入0 次删除
  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()
 	}
 }