diff --git a/stock-forcast-web/views/sys/mans/index.vue b/stock-forcast-web/views/sys/mans/index.vue index 34acda0..37c5b30 100644 --- a/stock-forcast-web/views/sys/mans/index.vue +++ b/stock-forcast-web/views/sys/mans/index.vue @@ -161,7 +161,7 @@ export default { dialogFormVisible: false, //增加的弹窗 form: {}, //弹窗中的数据 typeForm: [], //类型列表 - typeState: 0, //选中的物品类型编号 + typeState: 0, //选中的类型编号 multipleSelection: [], //存储批量删除的数据id formLabelWidth: '100px', rules: { diff --git a/stock-forcast-web/views/sys/mans/index.vue.bak b/stock-forcast-web/views/sys/mans/index.vue.bak index 6254e1d..34acda0 100644 --- a/stock-forcast-web/views/sys/mans/index.vue.bak +++ b/stock-forcast-web/views/sys/mans/index.vue.bak @@ -185,7 +185,7 @@ export default { ElMessage.error('下载失败!') }) }, - errimport(){ //导入失败 + errimport(){ ElMessage.error('导入失败!') }, successimport(){ //导入成功