|
@@ -813,7 +813,7 @@ export default {
|
|
// 导入属性
|
|
// 导入属性
|
|
toImportPaperProperty() {
|
|
toImportPaperProperty() {
|
|
const { key, token } = this.user;
|
|
const { key, token } = this.user;
|
|
- this.propertyTemplateUrl = `${QUESTION_API}/paper/property/template?$key=${key}&$token=${token}`;
|
|
|
|
|
|
+ this.propertyTemplateUrl = `${QUESTION_API}/paper/property/template/${this.paperId}?$key=${key}&$token=${token}`;
|
|
this.uploadPropertyUrl = `${QUESTION_API}/paper/property/import/${this.paperId}`;
|
|
this.uploadPropertyUrl = `${QUESTION_API}/paper/property/import/${this.paperId}`;
|
|
this.$refs.ImportPorpertyDialog.open();
|
|
this.$refs.ImportPorpertyDialog.open();
|
|
},
|
|
},
|