Commit 1b6c5a01 by KyleAlex

更改参数

parent f8577cfa
......@@ -481,6 +481,7 @@ export default {
param.append("file", this.filesData);
param.append("optType", optType ? 1 : 0);
param.append("tagItemId", tagItemId);
param.append("requestProject", 'gic-member-tag-web');
postForm('/memberTag/uploadTagItemExcel', param).then((res) => {
const { errorCode } = res.data;
if (errorCode === 1) {
......
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