提交 58230685 authored 作者: lidongxu's avatar lidongxu

refactor(plan/index): 促销计划中_城市经理新增时_归属人选择自己

同上
上级 eaf083c4
...@@ -1061,9 +1061,9 @@ const disabledDateFn = (time) => { ...@@ -1061,9 +1061,9 @@ const disabledDateFn = (time) => {
const handleAdd = () => { const handleAdd = () => {
resetAddOrEditPlanForm() resetAddOrEditPlanForm()
// 只有城市经理情况下,默认填充当前登录人为归属人 // 只有城市经理情况下,默认填充当前登录人为归属人
// if (isCityManager.value) { if (isCityManager.value) {
// addOrEditPlanForm.value.employeeNo = userStore().getEmployeeNo addOrEditPlanForm.value.employeeNo = userStore().getEmployeeNo
// } }
addOrEditPlanVisible.value = true addOrEditPlanVisible.value = true
} }
const activityModeList = ref([ const activityModeList = ref([
...@@ -1121,7 +1121,6 @@ const handleAddOrEditPlan = async () => { ...@@ -1121,7 +1121,6 @@ const handleAddOrEditPlan = async () => {
addOrEditPlanForm.value.operName = store.state.value.user.userInfo.nickName addOrEditPlanForm.value.operName = store.state.value.user.userInfo.nickName
addOrEditPlanForm.value.operId = store.state.value.user.userInfo.userId addOrEditPlanForm.value.operId = store.state.value.user.userInfo.userId
console.log(addOrEditPlanForm.value)
const dataObj = { const dataObj = {
...addOrEditPlanForm.value, ...addOrEditPlanForm.value,
// 格式是 xx:xx:xx,替换最后一对 xx 为 00 // 格式是 xx:xx:xx,替换最后一对 xx 为 00
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论