油罐名称:{{ statisticsForm.tankName }}
油品油号:{{ statisticsForm.oilNumber }}
库存数量(L):{{ statisticsForm.storedQuantity }}{{ statisticsForm.unit }}
@@ -287,11 +281,6 @@ export default {
handleClose(done) {
done();
- // this.$confirm('确认关闭?')
- // .then(_ => {
- // done();
- // })
- // .catch(_ => {});
},
// 选择油品号
@@ -314,9 +303,10 @@ export default {
diff --git a/fuintAdmin_zt/src/views/Site/add.vue b/fuintAdmin_zt/src/views/Site/add.vue
index 6695817b2..77c7c73a6 100644
--- a/fuintAdmin_zt/src/views/Site/add.vue
+++ b/fuintAdmin_zt/src/views/Site/add.vue
@@ -51,6 +51,9 @@ export default {
},
methods: {
+ goback(){
+ this.$router.go(-1)
+ },
// 查询菜单树结构
getMenuTreeselect() {
// merchantId 代表deptType
@@ -311,7 +314,11 @@ export default {
-
+
+
+ 当前位置:机构管理 / 角色信息 / 新增角色
+
+
@@ -410,6 +417,8 @@ export default {
+
+