提交 6bdf18f5 编写于 作者: bo.dang's avatar bo.dang

创建圈子时,不用校验机构

上级 44f1e947
......@@ -85,10 +85,10 @@
//完成
complete() {
if(this.$refs.org.selectionList == null || this.$refs.org.selectionList == ""){
this.$message.warning('请选择机构');
return;
}
// if(this.$refs.org.selectionList == null || this.$refs.org.selectionList == ""){
// this.$message.warning('请选择机构');
// return;
// }
console.log(this.formData.id);
let req = {
circleId: this.formData.id,
......
......@@ -705,6 +705,9 @@ export default {
videoUrl: ""
}];
// 初始化
vm.uploadProgress1 = 0;
vm.uploadProgress = 0;
// vm.$message.success('开始上传')
doUpload(vm,file, getFilePath(file,null), 'preview4', 'uploadProgress1', '').then(function (path) {
if(vm.playbackForm.videos != null && vm.playbackForm.videos[0] != null){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册