Commit 15669774 authored by 徐一鸣's avatar 徐一鸣

云资源申请fixed

parent 050b85ca
...@@ -1111,8 +1111,8 @@ export default { ...@@ -1111,8 +1111,8 @@ export default {
}, },
getUser() { getUser() {
this.form.department_name = this.$store.state.userInfo.department_name; this.form.department_name = this.$store.state.userInfo.department_name;
this.form.phone = this.$store.state.userInfo.phone; this.form.phone = "";
this.form.link_man = this.$store.state.userInfo.link_man; this.form.link_man = "";
}, },
getNameSpaceList() { getNameSpaceList() {
this.$api.serviceShop.getCloudList().then((response) => { this.$api.serviceShop.getCloudList().then((response) => {
......
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