调整企业基础信息数据格式增加商品权证管理发型模块

This commit is contained in:
唐明明
2021-09-06 17:28:06 +08:00
parent 291c97eabc
commit f472df0cfa
17 changed files with 3242 additions and 1043 deletions

View File

@@ -40,14 +40,20 @@
</template>
<script>
export default {
data() {
return {};
},
onNavigationBarButtonTap() {
this.$Router.push({name: 'addEmployees'})
}
};
import { employees } from '@/apis/interfaces/employees'
export default {
data() {
return {};
},
onShow(){
employees().then(res => {
console.log(res)
})
},
onNavigationBarButtonTap() {
this.$Router.push({name: 'addEmployees'})
}
};
</script>
<style lang="scss" scoped>