返回按钮
This commit is contained in:
parent
26936a66ad
commit
7ebc5dd5ca
@ -35,6 +35,14 @@
|
|||||||
v-if="patientUploadButtonVisible == 'true'"
|
v-if="patientUploadButtonVisible == 'true'"
|
||||||
>导入</el-button
|
>导入</el-button
|
||||||
>
|
>
|
||||||
|
<el-button
|
||||||
|
type="success"
|
||||||
|
plain
|
||||||
|
size="mini"
|
||||||
|
@click="handleback"
|
||||||
|
v-if="this.$router.currentRoute.path == '/patient/ImportDetails'"
|
||||||
|
>返回</el-button
|
||||||
|
>
|
||||||
<Button
|
<Button
|
||||||
v-show="collapsiable"
|
v-show="collapsiable"
|
||||||
type="text"
|
type="text"
|
||||||
@ -605,6 +613,13 @@ export default {
|
|||||||
cancelphone() {
|
cancelphone() {
|
||||||
this.openphone = false;
|
this.openphone = false;
|
||||||
},
|
},
|
||||||
|
// 返回
|
||||||
|
handleback(){
|
||||||
|
this.$router.push({
|
||||||
|
path: "/patient/patientinfoimport",
|
||||||
|
});
|
||||||
|
|
||||||
|
},
|
||||||
// 导入
|
// 导入
|
||||||
handleUpload() {
|
handleUpload() {
|
||||||
// this.openphone=true;
|
// this.openphone=true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user