|
|
|
@ -73,7 +73,7 @@ |
|
|
|
<a type="text" size="small" @click="addOrUpdateLanguageList(scope.row.functionId)">{{ buttons.settingLanguageList }} |
|
|
|
</a> |
|
|
|
| |
|
|
|
<a type="text" size="small" @click="addOrUpdateLanguage(scope.row)">{{ buttons.settingLanguage }}</a> |
|
|
|
<a type="text" size="small" v-show="" @click="addOrUpdateLanguage(scope.row)">{{ buttons.settingLanguage }}</a> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
@ -584,7 +584,7 @@ export default { |
|
|
|
// 语言列表编辑 |
|
|
|
addOrUpdateLanguageList(functionId) { |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs.commonLanguageList.init(functionId) |
|
|
|
this.$refs.commonLanguageList.init(functionId, this.$route.meta.menuId) |
|
|
|
}) |
|
|
|
}, |
|
|
|
|
|
|
|
|