@@ -3,7 +3,7 @@
<div @click="init()">
<img src="./assets/image/pc.png" style="width:100%;height:auto" v-if="type == 'PC'" />
<div class="app" v-else :style="{ width: width }">
- <img src="./assets/image/app.png" :style="{ width: width, height: 'auto' }" />
+ <img src="./assets/image/app1.png" :style="{ width: width, height: 'auto' }" />
</div>
@@ -448,7 +448,7 @@ export default {
} else {
this.$message.success({ message: res.data.msg });
}
- this.page=1;
+ // this.page=1;
this.getEmployee();
});