This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
limingjuan
/
Prediction-MindSpore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
update
master
yuanjunbin
2 years ago
parent
3e667d334a
commit
c5f847de3c
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
stock-forcast-web/views/sys/mans/index.vue
+1
-1
stock-forcast-web/views/sys/mans/index.vue.bak
+ 1
- 1
stock-forcast-web/views/sys/mans/index.vue
View File
@@ -161,7 +161,7 @@ export default {
dialogFormVisible: false, //增加的弹窗
form: {}, //弹窗中的数据
typeForm: [], //类型列表
typeState: 0, //选中的
物品
类型编号
typeState: 0, //选中的类型编号
multipleSelection: [], //存储批量删除的数据id
formLabelWidth: '100px',
rules: {
+ 1
- 1
stock-forcast-web/views/sys/mans/index.vue.bak
View File
@@ -185,7 +185,7 @@ export default {
ElMessage.error('下载失败!')
})
},
errimport(){
//导入失败
errimport(){
ElMessage.error('导入失败!')
},
successimport(){ //导入成功
Write
Preview
Loading…
Cancel
Save