Commit 97de2823 by 无尘

fix: 修改保存导购

parent a119abd5
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-12 10:47:17
* @LastEditors: 无尘
* @LastEditTime: 2020-11-25 10:33:07
* @LastEditTime: 2020-11-26 14:32:58
-->
<template>
<div class="common-app-right" style="padding: 20px 0;color: #303133">
......@@ -158,7 +158,7 @@ export default {
// 禁用判断
that.disableSetting = checkDisEdit(that.$route.query.performanceYm);
const { staffName, staffId, wxEnterpriseId } = JSON.parse(localStorage.getItem('haoBanUser'));
that.haoban = { staffName, staffId, wxEnterpriseId };
that.haoban = { submitStaffName: staffName, submitStaffId: staffId, wxEnterpriseId };
// 修改面包屑
const { tab, applicationId, performanceYm, flag } = that.$route.query;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment