Commit f037cbb7 authored by gengchunlei's avatar gengchunlei

叶酸发放申请以及知情同意书修改

parent bf44fd81
...@@ -45,10 +45,6 @@ ...@@ -45,10 +45,6 @@
created() { created() {
}, },
mounted() { mounted() {
// let vm = this
// this.$refs.baiduEditor.addListener("ready", function () {
//
// })
}, },
methods: { methods: {
getEditorreadyed(val) { getEditorreadyed(val) {
......
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
this.$api.folviteApplyManage.delFolviteApplyById(par).then(res => { this.$api.folviteApplyManage.delFolviteApplyById(par).then(res => {
if (res.code === 'SUCCESS') { if (res.code === 'SUCCESS') {
this.pagination.pageIndex = 1; this.pagination.pageIndex = 1;
this.getCondomInfoList() this.searchList()
this.$message.success('删除成功!') this.$message.success('删除成功!')
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment