|
@@ -14,7 +14,7 @@
|
|
@click="submit('form')"
|
|
@click="submit('form')"
|
|
style="width: 180px"
|
|
style="width: 180px"
|
|
type="primary"
|
|
type="primary"
|
|
- >{{ $t("Key83") }}</el-button
|
|
|
|
|
|
+ >{{ $t("Key82") }}</el-button
|
|
>
|
|
>
|
|
|
|
|
|
<el-button @click="preview" style="width: 180px" type="warning">
|
|
<el-button @click="preview" style="width: 180px" type="warning">
|
|
@@ -178,13 +178,6 @@ export default {
|
|
this.$message.warning("请先保存再预览");
|
|
this.$message.warning("请先保存再预览");
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- // this.$router.push({
|
|
|
|
- // path: "/Preview",
|
|
|
|
- // query: {
|
|
|
|
- // id: this.materialId,
|
|
|
|
- // type: "preview",
|
|
|
|
- // },
|
|
|
|
- // });
|
|
|
|
const { href } = this.$router.resolve({
|
|
const { href } = this.$router.resolve({
|
|
path: "Preview",
|
|
path: "Preview",
|
|
query: {
|
|
query: {
|
|
@@ -412,6 +405,7 @@ export default {
|
|
"Key244",
|
|
"Key244",
|
|
"Key245",
|
|
"Key245",
|
|
"Key246",
|
|
"Key246",
|
|
|
|
+ "Key82",
|
|
],
|
|
],
|
|
});
|
|
});
|
|
this.isData = true;
|
|
this.isData = true;
|