Commit 886f2feb authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents 2562b72a 8c3f97c3
......@@ -68,7 +68,7 @@ export default {
papertype: "A4",
printername: "", // 打印机名称 为空则为默认打印机
printertype: "url", // base64 ,normal,url
url: info.fileUrl, // url
url: this.api + info.samplePath, // url
success: (res) => {
if (res && res.code == "00000") {
_this.$message.success("打印成功");
......
......@@ -27,7 +27,7 @@
<el-form-item label="事项编码">
<el-input disabled size="small" v-model="form.matterNo"></el-input>
</el-form-item>
<el-form-item v-if="!form.id" label="公共库" prop="pub">
<el-form-item label="公共库" prop="pub">
<el-switch
class="tableScopeSwitch"
inactive-text="不加"
......
......@@ -392,7 +392,6 @@ export default {
this.leftTotal = total;
this.recommendCount = recommendCount;
this.$refs.leftTable.bodyWrapper.scrollTop = 0;
console.log(data);
}
},
// 新增事项
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment