|
|
@@ -114,7 +114,8 @@ export default {
|
|
|
return {
|
|
|
saving: false,
|
|
|
formData: {
|
|
|
- type: 'INDUSTRY_NEWS'
|
|
|
+ type: 'INDUSTRY_NEWS',
|
|
|
+ isHomeShow: false
|
|
|
},
|
|
|
rules: {},
|
|
|
types: [
|
|
|
@@ -168,7 +169,9 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
onDelete() {
|
|
|
- this.$alert(this.$t('shan-chu-jiang-wu-fa-hui-fu-que-ren-yao-shan-chu-mo'), this.$t('jing-gao'), { type: 'error' })
|
|
|
+ this.$alert(this.$t('shan-chu-jiang-wu-fa-hui-fu-que-ren-yao-shan-chu-mo'), this.$t('jing-gao'), {
|
|
|
+ type: 'error'
|
|
|
+ })
|
|
|
.then(() => {
|
|
|
return this.$http.post(`/successCase/del/${this.formData.id}`);
|
|
|
})
|