flat: 暂存
This commit is contained in:
@@ -844,7 +844,7 @@ export default {
|
|||||||
/*下载人才库模板 */
|
/*下载人才库模板 */
|
||||||
handleTemplate() {
|
handleTemplate() {
|
||||||
this.templateLoading = true;
|
this.templateLoading = true;
|
||||||
getTemplate("trc")
|
getTemplate("rqkdr")
|
||||||
.then((rep) => {
|
.then((rep) => {
|
||||||
this.templateLoading = false;
|
this.templateLoading = false;
|
||||||
window.open(rep.data.data);
|
window.open(rep.data.data);
|
||||||
|
|||||||
@@ -419,7 +419,7 @@ export default {
|
|||||||
/*下载任务模板 */
|
/*下载任务模板 */
|
||||||
handleTemplate() {
|
handleTemplate() {
|
||||||
this.templateLoading = true;
|
this.templateLoading = true;
|
||||||
getTemplate("trc")
|
getTemplate("rwdr")
|
||||||
.then((rep) => {
|
.then((rep) => {
|
||||||
this.templateLoading = false;
|
this.templateLoading = false;
|
||||||
window.open(rep.data.data);
|
window.open(rep.data.data);
|
||||||
|
|||||||
@@ -449,7 +449,7 @@ export default {
|
|||||||
/*下载任务模板 */
|
/*下载任务模板 */
|
||||||
handleTemplate() {
|
handleTemplate() {
|
||||||
this.templateLoading = true;
|
this.templateLoading = true;
|
||||||
getTemplate("trc")
|
getTemplate("gwdr")
|
||||||
.then((rep) => {
|
.then((rep) => {
|
||||||
this.templateLoading = false;
|
this.templateLoading = false;
|
||||||
window.open(rep.data.data);
|
window.open(rep.data.data);
|
||||||
|
|||||||
Reference in New Issue
Block a user