Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
op-web-service
Commits
a42db4be
Commit
a42db4be
authored
Sep 13, 2021
by
jisiyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:弹窗修改完成后,清除缓存数据
parent
175f1ef1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
index.vue
src/pages/Groupmeal/merchantManagement/index.vue
+2
-1
No files found.
src/pages/Groupmeal/merchantManagement/index.vue
View file @
a42db4be
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<!-- 添加商家弹窗 -->
<!-- 添加商家弹窗 -->
<el-dialog
title=
"商家编辑"
v-model=
"merchantAdd"
width=
"70%"
:show-close=
"false"
>
<el-dialog
title=
"商家编辑"
v-model=
"merchantAdd"
:before-close=
"resetDate"
width=
"70%"
:show-close=
"false"
>
<el-form
class=
"dioFor"
:model=
"addMerchant"
:rules=
"rules"
>
<el-form
class=
"dioFor"
:model=
"addMerchant"
:rules=
"rules"
>
<el-form-item
label=
"商家名称"
label-width=
"100px"
prop=
"ota_name"
>
<el-form-item
label=
"商家名称"
label-width=
"100px"
prop=
"ota_name"
>
<el-input
maxlength=
"30"
show-word-limit
clearable
autocomplete=
"off"
v-model=
"addMerchant.ota_name"
></el-input>
<el-input
maxlength=
"30"
show-word-limit
clearable
autocomplete=
"off"
v-model=
"addMerchant.ota_name"
></el-input>
...
@@ -141,6 +141,7 @@
...
@@ -141,6 +141,7 @@
},
},
resetDate
()
{
resetDate
()
{
this
.
addMerchant
=
{};
this
.
addMerchant
=
{};
this
.
merchantAdd
=
false
;
},
},
//禁用
//禁用
async
handleDisable
(
item
)
{
async
handleDisable
(
item
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment