Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
640c02a4
提交
640c02a4
编写于
6月 18, 2020
作者:
kai.wang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
取消暂存功能
上级
96498ff3
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
1 行增加
和
9 行删除
+1
-9
organzation.vue
src/components/yqrange/organzation.vue
+1
-1
create-range.vue
src/views/yqrange/create-range.vue
+0
-8
未找到文件。
src/components/yqrange/organzation.vue
浏览文件 @
640c02a4
...
@@ -116,7 +116,7 @@
...
@@ -116,7 +116,7 @@
vm
=
this
;
vm
=
this
;
(
this
.
projectId
=
775
);
(
this
.
projectId
=
775
);
this
.
initRange
();
this
.
initRange
();
//
this.editManager();
//
Idtype:1,内部 2.外部
vm
.
idType
=
localStorage
.
getItem
(
"storageIdType"
);
vm
.
idType
=
localStorage
.
getItem
(
"storageIdType"
);
console
.
log
(
"this.idType:"
+
vm
.
idType
);
console
.
log
(
"this.idType:"
+
vm
.
idType
);
},
},
...
...
src/views/yqrange/create-range.vue
浏览文件 @
640c02a4
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
</el-steps>
</el-steps>
</el-col>
</el-col>
<el-col
:span=
"5"
:offset=
"5"
>
<el-col
:span=
"5"
:offset=
"5"
>
<el-button
v-if=
"showStorage"
size=
"small"
@
click=
"storage"
>
暂存
</el-button>
<el-button
v-if=
"active
<1
"
size=
"small"
type=
"primary"
@
click=
"nextStep"
>
下一步
</el-button>
<el-button
v-if=
"active
<1
"
size=
"small"
type=
"primary"
@
click=
"nextStep"
>
下一步
</el-button>
<el-button
v-if=
"active>=1"
size=
"small"
type=
"primary"
@
click=
"complete"
>
完成
</el-button>
<el-button
v-if=
"active>=1"
size=
"small"
type=
"primary"
@
click=
"complete"
>
完成
</el-button>
</el-col>
</el-col>
...
@@ -49,7 +48,6 @@
...
@@ -49,7 +48,6 @@
active
:
0
,
active
:
0
,
//页面展示位置
//页面展示位置
stepData
:
[
true
,
false
],
stepData
:
[
true
,
false
],
showStorage
:
true
,
formData
:
{
formData
:
{
projectName
:
''
,
projectName
:
''
,
imgUrl1
:
''
,
imgUrl1
:
''
,
...
@@ -78,8 +76,6 @@
...
@@ -78,8 +76,6 @@
},
},
methods
:
{
methods
:
{
//暂存
storage
()
{
},
//下一步
//下一步
nextStep
()
{
nextStep
()
{
// debugger
// debugger
...
@@ -110,13 +106,9 @@
...
@@ -110,13 +106,9 @@
vm
.
POST
(
"circle/circle/save"
,
req
).
then
(
res
=>
{
vm
.
POST
(
"circle/circle/save"
,
req
).
then
(
res
=>
{
if
(
res
.
code
==
"000000"
)
{
if
(
res
.
code
==
"000000"
)
{
// console.log(res);
// console.log(res);
<<<<<<<
HEAD
this
.
formData
.
id
=
res
.
id
this
.
formData
.
id
=
res
.
id
this
.
active
=
1
this
.
active
=
1
this
.
stepData
=
[
false
,
true
];
this
.
stepData
=
[
false
,
true
];
=======
this
.
formData
.
id
=
res
.
data
>>>>>>>
483
bda123beb0544ca13309ee13897a8908d2820
}
else
{
}
else
{
//
//
}
}
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录