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