修改字体
This commit is contained in:
@@ -31,9 +31,15 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { getAction, postAction } from '@/api/manage'
|
||||
export default {
|
||||
name: 'index',
|
||||
props: ['query', 'value'],
|
||||
props: {
|
||||
url:{
|
||||
type: Object,
|
||||
default: {}
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
loading: true,
|
||||
@@ -193,7 +199,14 @@
|
||||
this.visible = false
|
||||
},
|
||||
handleSubmit() {
|
||||
|
||||
getAction(this.url.pullMessage,{}).then((res)=>{
|
||||
if (res.success){
|
||||
this.$message.success(res.message)
|
||||
this.visible = false
|
||||
}else{
|
||||
this.$message.warning(res.message)
|
||||
}
|
||||
})
|
||||
},
|
||||
onChange() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user