This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
rongxin.dashboard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix
master
张泽亮
3 months ago
parent
1052297958
commit
63cbfb28ac
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
src/views/app/project/operate_edit.vue
+ 3
- 3
src/views/app/project/operate_edit.vue
View File
@@ -181,9 +181,9 @@
this.form.jymj = 0;
})
}
//
getInfoByImportCode(response.data.importCode).then((res) => {
//
this.form.deptId = res.data.deptId
//
});
getInfoByImportCode(response.data.importCode).then((res) => {
this.form.deptId = res.data.deptId
});
});
},
onConfirmJydxlx(value) {
Write
Preview
Loading…
Cancel
Save