Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e54cecad69 | ||
|
|
712c95de3f |
@@ -59,6 +59,7 @@
|
||||
close() {
|
||||
this.$refs['form'].resetFields()
|
||||
this.form = this.$options.data().form
|
||||
this.id = ''
|
||||
this.dialogFormVisible = false
|
||||
},
|
||||
save() {
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
close() {
|
||||
this.$refs['form'].resetFields()
|
||||
this.form = this.$options.data().form
|
||||
this.id = ''
|
||||
this.dialogFormVisible = false
|
||||
},
|
||||
save() {
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
close() {
|
||||
this.$refs['form'].resetFields()
|
||||
this.form = this.$options.data().form
|
||||
this.id = ''
|
||||
this.dialogFormVisible = false
|
||||
},
|
||||
save() {
|
||||
|
||||
@@ -81,6 +81,7 @@
|
||||
close() {
|
||||
this.$refs['form'].resetFields()
|
||||
this.form = this.$options.data().form
|
||||
this.id = ''
|
||||
this.dialogFormVisible = false
|
||||
},
|
||||
save() {
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
close() {
|
||||
this.$refs['form'].resetFields()
|
||||
this.form = this.$options.data().form
|
||||
this.id = ''
|
||||
this.dialogFormVisible = false
|
||||
},
|
||||
save() {
|
||||
|
||||
@@ -59,6 +59,7 @@
|
||||
close() {
|
||||
this.$refs['form'].resetFields()
|
||||
this.form = this.$options.data().form
|
||||
this.id = ''
|
||||
this.dialogFormVisible = false
|
||||
},
|
||||
save() {
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
close() {
|
||||
this.$refs['form'].resetFields()
|
||||
this.form = this.$options.data().form
|
||||
this.id = ''
|
||||
this.dialogFormVisible = false
|
||||
},
|
||||
save() {
|
||||
|
||||
@@ -75,6 +75,7 @@
|
||||
close() {
|
||||
this.$refs['form'].resetFields()
|
||||
this.form = this.$options.data().form
|
||||
this.id = ''
|
||||
this.dialogFormVisible = false
|
||||
},
|
||||
save() {
|
||||
|
||||
@@ -6,8 +6,11 @@
|
||||
</el-form-item>
|
||||
<el-form-item label="幸运等级" prop="fortuneLevel">
|
||||
<el-select v-model="form.fortuneLevel" placeholder="请选择幸运等级">
|
||||
<el-option label="吉祥" value="1" />
|
||||
<el-option label="大吉" value="2" />
|
||||
<el-option label="吉签" value="1" />
|
||||
<el-option label="中吉签" value="2" />
|
||||
<el-option label="上吉签" value="3" />
|
||||
<el-option label="上上签" value="4" />
|
||||
<el-option label="大吉签" value="5" />
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="描述内容" prop="content">
|
||||
@@ -99,6 +102,7 @@
|
||||
close() {
|
||||
this.$refs['form'].resetFields()
|
||||
this.form = this.$options.data().form
|
||||
this.id = ''
|
||||
this.dialogFormVisible = false
|
||||
},
|
||||
save() {
|
||||
|
||||
Reference in New Issue
Block a user